Home
last modified time | relevance | path

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

/external/webrtc/api/audio/
Decho_canceller3_config.h102 bool clamp_quality_estimate_to_one = true; member
Decho_canceller3_config_json.cc244 &cfg.erle.clamp_quality_estimate_to_one); in Aec3ConfigFromJsonString()
523 << (config.erle.clamp_quality_estimate_to_one ? "true" : "false"); in Aec3ConfigToJsonString()
/external/webrtc/modules/audio_processing/aec3/
Dfullband_erle_estimator.cc112 clamp_inst_quality_to_one_(config.clamp_quality_estimate_to_one) { in ErleInstantaneous()
Decho_canceller3.cc278 adjusted_cfg.erle.clamp_quality_estimate_to_one = false; in AdjustConfig()