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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c504 int sse_diff_thresh = 0; local
539 // Note sse_diff_thresh is intialized to zero, so this ensures
544 sse_diff_thresh = (int)SSE_DIFF_THRESHOLD;
547 sse_diff <= sse_diff_thresh)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.c58 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, function
242 sse_diff > sse_diff_thresh(bs, increase_denoising, mv_row, mv_col)) {

Completed in 131 milliseconds