Searched refs:low_lrt_fluctuations (Results 1 – 1 of 1) sorted by relevance
69 bool* low_lrt_fluctuations) { in UpdateLrt() argument71 RTC_DCHECK(low_lrt_fluctuations); in UpdateLrt()97 *low_lrt_fluctuations = average_squared - average * average_compl < 0.05f; in UpdateLrt()102 if (*low_lrt_fluctuations) { in UpdateLrt()117 bool low_lrt_fluctuations; in Update() local118 UpdateLrt(histograms.get_lrt(), &prior_model_.lrt, &low_lrt_fluctuations); in Update()144 spectral_diff_peak_weight < 0.3f * 500 || low_lrt_fluctuations ? 0 : 1; in Update()