Searched refs:channel_counters (Results 1 – 1 of 1) sorted by relevance
39 std::array<size_t, kFftLengthBy2 - 1> channel_counters; in IdentifySmallNarrowBandRegions() local40 channel_counters.fill(0); in IdentifySmallNarrowBandRegions()46 ++channel_counters[k - 1]; in IdentifySmallNarrowBandRegions()52 channel_counters[k - 1] > 0 ? (*narrow_band_counters)[k - 1] + 1 : 0; in IdentifySmallNarrowBandRegions()