HomeSort by relevance Sort by last modified time
    Searched refs:sse_diff_thresh (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 504 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/
vp9_denoiser.c 58 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 260 milliseconds