Searched refs:kNoiseThreshold (Results 1 – 2 of 2) sorted by relevance
24 const int kNoiseThreshold = 150; variable29 const int kBlockSelectionVarMax = kNoiseThreshold << 1;
105 int noise_thr = cpu_type_ ? kNoiseThreshold : kNoiseThresholdNeon; in GetNoiseLevel()