Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Ddominant_nearend_detector.cc23 trigger_threshold_(config.trigger_threshold), in DominantNearendDetector()
Decho_canceller3_unittest.cc797 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
798 default_config.suppressor.dominant_nearend_detection.trigger_threshold); in TEST()
835 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
881 adjusted_config.suppressor.dominant_nearend_detection.trigger_threshold, in TEST()
882 default_config.suppressor.dominant_nearend_detection.trigger_threshold); in TEST()
Decho_canceller3.cc435 adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold); in AdjustConfig()
489 adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold = in AdjustConfig()
548 &adjusted_cfg.suppressor.dominant_nearend_detection.trigger_threshold); in AdjustConfig()
/external/webrtc/api/audio/
Decho_canceller3_config.h197 int trigger_threshold = 12; member
Decho_canceller3_config_json.cc345 &cfg.suppressor.dominant_nearend_detection.trigger_threshold); in Aec3ConfigFromJsonString()
640 << config.suppressor.dominant_nearend_detection.trigger_threshold << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc237 res = res & Limit(&c->suppressor.dominant_nearend_detection.trigger_threshold, in Validate()