Searched refs:erle_estimator_ (Results 1 – 2 of 2) sorted by relevance
148 erle_estimator_(2 * kNumBlocksPerSecond, config_, num_capture_channels_), in AecState()168 erle_estimator_.Reset(true); in HandleEchoPathChange()181 erle_estimator_.Reset(false); in HandleEchoPathChange()256 erle_estimator_.Reset(false); in Update()259 erle_estimator_.Update(render_buffer, adaptive_filter_frequency_responses, in Update()298 erle_estimator_.GetInstLinearQualityEstimates(), in Update()302 erle_estimator_.Dump(data_dumper_); in Update()
73 return erle_estimator_.Erle(); in Erle()83 float FullBandErleLog2() const { return erle_estimator_.FullbandErleLog2(); } in FullBandErleLog2()314 ErleEstimator erle_estimator_; variable