Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc352 n_sections_ = section + 1; in Accumulate()
375 if (n_sections_ < kNumSectionsToAnalyze) { in Estimate()
388 RTC_DCHECK_LE(n_sections_, numerators_smooth_.size()); in Estimate()
391 numerators_smooth_.begin() + n_sections_); in Estimate()
Dreverb_decay_estimator.h91 int n_sections_ = 0; variable