Home
last modified time | relevance | path

Searched refs:stationary_gate_slope (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.h141 float stationary_gate_slope = 10.f; member
Decho_canceller3_config_json.cc298 &cfg.echo_model.stationary_gate_slope); in Aec3ConfigFromJsonString()
582 << config.echo_model.stationary_gate_slope << ","; in Aec3ConfigToJsonString()
Decho_canceller3_config.cc190 res = res & Limit(&c->echo_model.stationary_gate_slope, 0, 1000000.f); in Validate()
/external/webrtc/modules/audio_processing/aec3/
Dresidual_echo_estimator.cc273 X2[k] -= config_.echo_model.stationary_gate_slope * X2_noise_floor_[k]; in Estimate()