Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.h43 void EstimateDecay(rtc::ArrayView<const float> filter, int peak_block);
Dreverb_decay_estimator.cc144 EstimateDecay(filter, filter_delay_blocks); in Update()
159 void ReverbDecayEstimator::EstimateDecay(rtc::ArrayView<const float> filter, in EstimateDecay() function in webrtc::ReverbDecayEstimator