Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dsubband_erle_estimator.cc27 constexpr int kPointsToAccumulate = 6; variable
110 if (accum_spectra_.num_points[ch] == kPointsToAccumulate && in UpdateBands()
195 if (st.num_points[ch] == kPointsToAccumulate) { in UpdateAccumulatedSpectra()
Dfullband_erle_estimator.cc30 constexpr int kPointsToAccumulate = 6; variable
124 if (num_points_ == kPointsToAccumulate) { in Update()