Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc132 smoothing_constant_ = std::max(new_smoothing, smoothing_constant_); in Update()
133 if (smoothing_constant_ == 0.f) { in Update()
154 smoothing_constant_ = 0.f; in ResetDecayEstimation()
195 decay_ += smoothing_constant_ * (decay - decay_); in EstimateDecay()
217 smoothing_constant_ = 0.f; in EstimateDecay()
253 early_reverb_estimator_.Accumulate(h2_log2, smoothing_constant_); in AnalyzeFilter()
258 early_reverb_estimator_.Accumulate(h2_log2, smoothing_constant_); in AnalyzeFilter()
267 data_dumper->DumpRaw("aec3_reverb_alpha", smoothing_constant_); in Dump()
Dreverb_decay_estimator.h107 float smoothing_constant_ = 0.f; variable