Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc171 const float first_reverb_gain = BlockEnergyAverage(h, block_to_analyze_); in EstimateDecay() local
175 const bool sufficient_reverb_decay = first_reverb_gain > 4.f * tail_gain_; in EstimateDecay()
177 first_reverb_gain > 2.f * tail_gain_ && peak_energy < 100.f; in EstimateDecay()