Home
last modified time | relevance | path

Searched refs:min_erle (Results 1 – 17 of 17) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.h43 float min_erle = erle_time_domain_log2_[0]; in FullbandErleLog2() local
45 min_erle = std::min(min_erle, erle_time_domain_log2_[ch]); in FullbandErleLog2()
47 return min_erle; in FullbandErleLog2()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.h43 float min_erle = erle_time_domain_log2_[0]; in FullbandErleLog2() local
45 min_erle = std::min(min_erle, erle_time_domain_log2_[ch]); in FullbandErleLog2()
47 return min_erle; in FullbandErleLog2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.h43 float min_erle = erle_time_domain_log2_[0]; in FullbandErleLog2() local
45 min_erle = std::min(min_erle, erle_time_domain_log2_[ch]); in FullbandErleLog2()
47 return min_erle; in FullbandErleLog2()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.h43 float min_erle = erle_time_domain_log2_[0]; in FullbandErleLog2() local
45 min_erle = std::min(min_erle, erle_time_domain_log2_[ch]); in FullbandErleLog2()
47 return min_erle; in FullbandErleLog2()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/aec3/
H A Dfullband_erle_estimator.h43 float min_erle = erle_time_domain_log2_[0]; in FullbandErleLog2() local
45 min_erle = std::min(min_erle, erle_time_domain_log2_[ch]); in FullbandErleLog2()
47 return min_erle; in FullbandErleLog2()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec3/
H A Derle_estimator.cc21 float min_erle, in ErleEstimator() argument
25 fullband_erle_estimator_(min_erle, max_erle_lf), in ErleEstimator()
26 subband_erle_estimator_(min_erle, max_erle_lf, max_erle_hf) { in ErleEstimator()
H A Dsubband_erle_estimator.cc38 SubbandErleEstimator::SubbandErleEstimator(float min_erle, in SubbandErleEstimator() argument
41 : min_erle_(min_erle), in SubbandErleEstimator()
95 float alpha_dec, float min_erle, float max_erle) { in UpdateBands() argument
104 erle_band_out = rtc::SafeClamp(erle_band_out, min_erle, max_erle); in UpdateBands()
H A Dfullband_erle_estimator.cc33 FullBandErleEstimator::FullBandErleEstimator(float min_erle, float max_erle_lf) in FullBandErleEstimator() argument
34 : min_erle_log2_(FastApproxLog2f(min_erle + kEpsilon)), in FullBandErleEstimator()
H A Derle_estimator.h32 float min_erle,
H A Dfullband_erle_estimator.h26 FullBandErleEstimator(float min_erle, float max_erle_lf);
H A Dsubband_erle_estimator.h28 SubbandErleEstimator(float min_erle, float max_erle_lf, float max_erle_hf);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Derle_estimator.cc20 ErleEstimator::ErleEstimator(float min_erle, in ErleEstimator() argument
23 : min_erle_(min_erle), in ErleEstimator()
H A Derle_estimator.h24 ErleEstimator(float min_erle, float max_erle_lf, float max_erle_hf);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Derle_estimator.cc20 ErleEstimator::ErleEstimator(float min_erle, in ErleEstimator() argument
23 : min_erle_(min_erle), in ErleEstimator()
H A Derle_estimator.h24 ErleEstimator(float min_erle, float max_erle_lf, float max_erle_hf);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/
H A Derle_estimator.cc20 ErleEstimator::ErleEstimator(float min_erle, in ErleEstimator() argument
23 : min_erle_(min_erle), in ErleEstimator()
H A Derle_estimator.h24 ErleEstimator(float min_erle, float max_erle_lf, float max_erle_hf);