Searched refs:smoothing_constant_ (Results 1 – 2 of 2) sorted by relevance
132 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()
107 float smoothing_constant_ = 0.f; variable