Searched refs:delay_estimate_smoothing (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter_unittest.cc | 167 config.delay.delay_estimate_smoothing, in TEST() 279 config.delay.delay_estimate_smoothing, in TEST() 322 config.delay.delay_estimate_smoothing, in TEST() 368 config.delay.delay_estimate_smoothing, in TEST() 382 150, config.delay.delay_estimate_smoothing, in TEST() 391 config.delay.delay_estimate_smoothing, in TEST() 402 150, config.delay.delay_estimate_smoothing, in TEST() 414 150, config.delay.delay_estimate_smoothing, in TEST()
|
D | echo_path_delay_estimator.cc | 44 config.delay.delay_estimate_smoothing, in EchoPathDelayEstimator()
|
/external/webrtc/api/audio/ |
D | echo_canceller3_config.h | 45 float delay_estimate_smoothing = 0.7f; member
|
D | echo_canceller3_config_json.cc | 193 &cfg.delay.delay_estimate_smoothing); in Aec3ConfigFromJsonString() 417 << config.delay.delay_estimate_smoothing << ","; in Aec3ConfigToJsonString()
|
D | echo_canceller3_config.cc | 116 res = res & Limit(&c->delay.delay_estimate_smoothing, 0.f, 1.f); in Validate()
|