Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.h24 const int kNoiseThreshold = 150; variable
29 const int kBlockSelectionVarMax = kNoiseThreshold << 1;
Dnoise_estimation.cc105 int noise_thr = cpu_type_ ? kNoiseThreshold : kNoiseThresholdNeon; in GetNoiseLevel()