Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.cc105 int noise_thr = cpu_type_ ? kNoiseThreshold : kNoiseThresholdNeon; in GetNoiseLevel() local
107 if (noise_var_accum_ > noise_thr) { in GetNoiseLevel()