Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter_unittest.cc168 config.delay.delay_candidate_detection_threshold); in TEST()
280 config.delay.delay_candidate_detection_threshold); in TEST()
323 config.delay.delay_candidate_detection_threshold); in TEST()
369 config.delay.delay_candidate_detection_threshold); in TEST()
383 config.delay.delay_candidate_detection_threshold), in TEST()
392 config.delay.delay_candidate_detection_threshold), in TEST()
403 config.delay.delay_candidate_detection_threshold), in TEST()
415 config.delay.delay_candidate_detection_threshold), in TEST()
Decho_path_delay_estimator.cc45 config.delay.delay_candidate_detection_threshold), in EchoPathDelayEstimator()
/external/webrtc/api/audio/
Decho_canceller3_config.h46 float delay_candidate_detection_threshold = 0.2f; member
Decho_canceller3_config_json.cc195 &cfg.delay.delay_candidate_detection_threshold); in Aec3ConfigFromJsonString()
419 << config.delay.delay_candidate_detection_threshold << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc117 res = res & Limit(&c->delay.delay_candidate_detection_threshold, 0.f, 1.f); in Validate()