Searched refs:correction_factors_ (Results 1 – 2 of 2) sorted by relevance
142 correction_factors_( in SignalDependentErleEstimator()161 for (auto& factor : correction_factors_[ch]) { in Reset()199 RTC_DCHECK_GT(correction_factors_[ch].size(), n_active_sections_[ch][k]); in Update()201 correction_factors_[ch][n_active_sections_[ch][k]] in Update()215 for (auto& factor : correction_factors_[0]) { in Dump()326 correction_factors_[ch][idx][subband] += in UpdateCorrectionFactors()328 (new_correction_factor - correction_factors_[ch][idx][subband]); in UpdateCorrectionFactors()
91 std::vector<std::vector<std::array<float, kSubbands>>> correction_factors_; variable