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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.c39 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { function
51 if (motion_magnitude > noise_motion_thresh(bs, increase_denoising)) {
269 if (motion_magnitude > (noise_motion_thresh(bs, increase_denoising) << 3)) {

Completed in 183 milliseconds