Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dfilter_analyzer.cc83 float* max_echo_path_gain) { in Update() argument
85 RTC_DCHECK(max_echo_path_gain); in Update()
96 *max_echo_path_gain = st_ch0.gain; in Update()
102 *max_echo_path_gain = std::max(*max_echo_path_gain, st_ch.gain); in Update()
Daec_state.cc211 float max_echo_path_gain; in Update() local
213 &any_filter_consistent, &max_echo_path_gain); in Update()
271 max_echo_path_gain); in Update()
Dfilter_analyzer.h47 float* max_echo_path_gain);