Home
last modified time | relevance | path

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

/external/webrtc/api/audio/test/
Decho_canceller3_config_json_unittest.cc29 cfg.suppressor.subband_nearend_detection.nearend_threshold = 2.f; in TEST()
65 cfg.suppressor.subband_nearend_detection.nearend_threshold, in TEST()
66 cfg_transformed.suppressor.subband_nearend_detection.nearend_threshold); in TEST()
/external/webrtc/modules/audio_processing/aec3/
Dsubband_nearend_detector.cc66 config_.nearend_threshold * nearend_power_subband2 && in Update()
/external/webrtc/api/audio/
Decho_canceller3_config.h209 float nearend_threshold = 1.f; member
Decho_canceller3_config_json.cc361 &cfg.suppressor.subband_nearend_detection.nearend_threshold); in Aec3ConfigFromJsonString()
657 << config.suppressor.subband_nearend_detection.nearend_threshold << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc251 res = res & Limit(&c->suppressor.subband_nearend_detection.nearend_threshold, in Validate()