Home
last modified time | relevance | path

Searched defs:kNumFourBinBands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dadaptive_fir_filter.cc161 constexpr size_t kNumFourBinBands = kFftLengthBy2 / 4; in AdaptPartitions_Neon() local
227 constexpr size_t kNumFourBinBands = kFftLengthBy2 / 4; in AdaptPartitions_Sse2() local
328 constexpr size_t kNumFourBinBands = kFftLengthBy2 / 4; in ApplyFilter_Neon() local
399 constexpr size_t kNumFourBinBands = kFftLengthBy2 / 4; in ApplyFilter_Sse2() local
H A Dfft_data.h53 constexpr int kNumFourBinBands = kFftLengthBy2 / 4; in Spectrum() local