Home
last modified time | relevance | path

Searched refs:enr_exit_threshold_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Ddominant_nearend_detector.cc20 enr_exit_threshold_(config.enr_exit_threshold), in DominantNearendDetector()
65 if (echo_sum > enr_exit_threshold_ * ne_sum && in Update()
H A Ddominant_nearend_detector.h42 const float enr_exit_threshold_; variable