Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Derle_estimator.cc22 fullband_erle_estimator_(config.erle, num_capture_channels), in ErleEstimator()
35 fullband_erle_estimator_.Reset(); in Reset()
77 fullband_erle_estimator_.Update(X2_reverb, Y2, E2, converged_filters); in Update()
82 fullband_erle_estimator_.Dump(data_dumper); in Dump()
Derle_estimator.h86 return fullband_erle_estimator_.FullbandErleLog2(); in FullbandErleLog2()
96 return fullband_erle_estimator_.GetInstLinearQualityEstimates(); in GetInstLinearQualityEstimates()
103 FullBandErleEstimator fullband_erle_estimator_; variable