Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/ns/
Dprior_signal_model_estimator.cc69 bool* low_lrt_fluctuations) { in UpdateLrt() argument
71 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() local
118 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()