Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter_unittest.cc273 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()
Decho_path_delay_estimator.cc44 config.delay.delay_estimate_smoothing, in EchoPathDelayEstimator()
Decho_canceller3.cc639 &adjusted_cfg.delay.delay_estimate_smoothing); in AdjustConfig()
/external/webrtc/api/audio/
Decho_canceller3_config.h45 float delay_estimate_smoothing = 0.7f; member
Decho_canceller3_config_json.cc199 &cfg.delay.delay_estimate_smoothing); in Aec3ConfigFromJsonString()
462 << config.delay.delay_estimate_smoothing << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc116 res = res & Limit(&c->delay.delay_estimate_smoothing, 0.f, 1.f); in Validate()