Searched refs:kMotionMagnitudeThreshold (Results 1 – 5 of 5) sorted by relevance
20 const int kMotionMagnitudeThreshold = 8 * 3; variable
20 extern const int kMotionMagnitudeThreshold;
114 (increase_denoising && motion_magnitude <= kMotionMagnitudeThreshold) ? 1 in MbDenoise()117 (motion_magnitude <= kMotionMagnitudeThreshold) ? 4 + shift_inc : 3); in MbDenoise()
144 (increase_denoising && motion_magnitude <= kMotionMagnitudeThreshold) ? 1 in MbDenoise()153 (motion_magnitude <= kMotionMagnitudeThreshold) ? 7 + shift_inc : 6); in MbDenoise()
76 if (motion_magnitude <= kMotionMagnitudeThreshold) { in MbDenoise()