Searched refs:is_erle_updated (Results 1 – 2 of 2) sorted by relevance
106 std::array<bool, kFftLengthBy2> is_erle_updated; in UpdateBands() local107 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()
277 std::array<bool, kSubbands> is_erle_updated; in UpdateCorrectionFactors() local278 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()