Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc173 tail_gain_ = BlockEnergyAverage(h, h_size_blocks - 1); in EstimateDecay()
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()
234 AnalyzeBlockGain(h2, tail_gain_, &previous_gains_[block_to_analyze_], in AnalyzeFilter()
266 data_dumper->DumpRaw("aec3_reverb_tail_energy", tail_gain_); in Dump()
Dreverb_decay_estimator.h106 float tail_gain_ = 0.f; variable