Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dsubband_erle_estimator.cc106 std::array<bool, kFftLengthBy2> is_erle_updated; in UpdateBands() local
107 is_erle_updated.fill(false); in UpdateBands()
113 is_erle_updated[k] = true; in UpdateBands()
119 if (is_erle_updated[k] && !accum_spectra_.low_render_energy[ch][k]) { in UpdateBands()
136 if (is_erle_updated[k]) { in UpdateBands()
Dsignal_dependent_erle_estimator.cc277 std::array<bool, kSubbands> is_erle_updated; in UpdateCorrectionFactors() local
278 is_erle_updated.fill(false); in UpdateCorrectionFactors()
285 is_erle_updated[subband] = true; in UpdateCorrectionFactors()
296 alpha = static_cast<float>(is_erle_updated[subband]) * alpha; in UpdateCorrectionFactors()
307 alpha = static_cast<float>(is_erle_updated[subband]) * alpha; in UpdateCorrectionFactors()
316 if (is_erle_updated[subband] && in UpdateCorrectionFactors()