Home
last modified time | relevance | path

Searched refs:ErleUncertainty (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Daec_state.h80 absl::optional<float> ErleUncertainty() const;
Dresidual_echo_estimator.cc241 absl::optional<float> erle_uncertainty = aec_state.ErleUncertainty(); in Estimate()
Daec_state.cc123 absl::optional<float> AecState::ErleUncertainty() const { in ErleUncertainty() function in webrtc::AecState