Searched refs:noise_motion_thresh (Results 1 – 2 of 2) sorted by relevance
41 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { in noise_motion_thresh() function53 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) { in sse_diff_thresh()278 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3)) { in perform_motion_compensation()
39 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { in noise_motion_thresh() function51 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) { in sse_diff_thresh()278 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3)) { in perform_motion_compensation()