Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dnearend_detector.h27 virtual bool IsNearendState() const = 0;
Dsubband_nearend_detector.h30 bool IsNearendState() const override { return nearend_state_; } in IsNearendState() function
Ddominant_nearend_detector.h29 bool IsNearendState() const override { return nearend_state_; } in IsNearendState() function
Dsuppression_gain.cc169 if (!dominant_nearend_detector_->IsNearendState()) { in UpperBandsGain()
196 const auto& p = dominant_nearend_detector_->IsNearendState() ? nearend_params_ in GainToNoAudibleEcho()
232 const bool is_nearend_state = dominant_nearend_detector_->IsNearendState(); in GetMinGain()
252 const auto& inc = dominant_nearend_detector_->IsNearendState() in GetMaxGain()