Home
last modified time | relevance | path

Searched defs:Erle (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/audio/
Decho_canceller3_config.h95 struct Erle { struct
96 float min = 1.f;
97 float max_l = 4.f;
98 float max_h = 1.5f;
99 bool onset_detection = true;
100 size_t num_sections = 1;
101 bool clamp_quality_estimate_to_zero = true;
102 bool clamp_quality_estimate_to_one = true;
/external/webrtc/modules/audio_processing/aec3/
Derle_estimator.h58 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Erle() const { in Erle() function
Dsignal_dependent_erle_estimator.h40 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Erle() const { in Erle() function
Dsubband_erle_estimator.h44 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Erle() const { in Erle() function
Daec_state.h72 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> Erle() const { in Erle() function