Searched refs:delay_estimate_smoothing (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter_unittest.cc | 273 150, config.delay.delay_estimate_smoothing, in TEST_P() 348 config.delay.delay_estimate_smoothing, in TEST_P() 422 config.delay.delay_estimate_smoothing, in TEST_P() 463 config.delay.delay_estimate_smoothing, in TEST_P() 504 150, config.delay.delay_estimate_smoothing, in TEST_P() 516 config.delay.delay_estimate_smoothing, in TEST_P() 530 150, config.delay.delay_estimate_smoothing, in TEST_P() 545 150, config.delay.delay_estimate_smoothing, in TEST_P() 575 config.delay.delay_estimate_smoothing, in TEST() 602 config.delay.delay_estimate_smoothing, in TEST()
|
D | echo_path_delay_estimator.cc | 44 config.delay.delay_estimate_smoothing, in EchoPathDelayEstimator()
|
D | echo_canceller3.cc | 639 &adjusted_cfg.delay.delay_estimate_smoothing); in AdjustConfig()
|
/external/webrtc/api/audio/ |
D | echo_canceller3_config.h | 45 float delay_estimate_smoothing = 0.7f; member
|
D | echo_canceller3_config_json.cc | 199 &cfg.delay.delay_estimate_smoothing); in Aec3ConfigFromJsonString() 462 << 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()
|