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

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c483 int sse_diff_thresh = 0; local
517 // Note sse_diff_thresh is intialized to zero, so this ensures
522 sse_diff_thresh = (int)SSE_DIFF_THRESHOLD;
525 if (frame == INTRA_FRAME || sse_diff <= sse_diff_thresh) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.c49 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, function
224 sse_diff > sse_diff_thresh(bs, increase_denoising, motion_magnitude)) {

Completed in 393 milliseconds