Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dsuppression_gain.cc153 float anti_howling_gain; in UpperBandsGain() local
158 anti_howling_gain = 1.f; in UpperBandsGain()
163 anti_howling_gain = in UpperBandsGain()
164 config_.suppressor.high_bands_suppression.anti_howling_gain * in UpperBandsGain()
187 return std::min(std::min(gain_below_8_khz, anti_howling_gain), gain_bound); in UpperBandsGain()
Decho_canceller3_unittest.cc711 default_config.suppressor.high_bands_suppression.anti_howling_gain, in TEST()
712 adjusted_config.suppressor.high_bands_suppression.anti_howling_gain); in TEST()
719 default_config.suppressor.high_bands_suppression.anti_howling_gain, in TEST()
720 adjusted_config.suppressor.high_bands_suppression.anti_howling_gain); in TEST()
723 adjusted_config.suppressor.high_bands_suppression.anti_howling_gain); in TEST()
Decho_canceller3.cc318 adjusted_cfg.suppressor.high_bands_suppression.anti_howling_gain = 1.f; in AdjustConfig()
552 &adjusted_cfg.suppressor.high_bands_suppression.anti_howling_gain); in AdjustConfig()
/external/webrtc/api/audio/
Decho_canceller3_config.h219 float anti_howling_gain = 0.01f; member
Decho_canceller3_config_json.cc379 &cfg.suppressor.high_bands_suppression.anti_howling_gain); in Aec3ConfigFromJsonString()
673 << config.suppressor.high_bands_suppression.anti_howling_gain; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc263 res = res & Limit(&c->suppressor.high_bands_suppression.anti_howling_gain, in Validate()