Home
last modified time | relevance | path

Searched refs:kNumAvgBins (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/ns/
Dnoise_suppressor.cc194 constexpr int kNumAvgBins = 32; in ComputeUpperBandsGain() local
195 constexpr float kOneByNumAvgBins = 1.f / kNumAvgBins; in ComputeUpperBandsGain()
199 for (size_t i = kFftSizeBy2Plus1 - kNumAvgBins - 1; i < kFftSizeBy2Plus1 - 1; in ComputeUpperBandsGain()