Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc131 const float new_smoothing = filter_quality ? *filter_quality * 0.2f : 0.f; in Update() local
132 smoothing_constant_ = std::max(new_smoothing, smoothing_constant_); in Update()