Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c39 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { in noise_motion_thresh() function
51 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) { in sse_diff_thresh()
279 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3)) { in perform_motion_compensation()