Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/util/
Dnoise_estimation.h25 const int kNoiseThresholdNeon = 70; variable
Dnoise_estimation.cc105 int noise_thr = cpu_type_ ? kNoiseThreshold : kNoiseThresholdNeon; in GetNoiseLevel()