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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 482 int sse_diff_thresh = 0; local
516 // Note sse_diff_thresh is intialized to zero, so this ensures
521 sse_diff_thresh = (int)SSE_DIFF_THRESHOLD;
524 if (frame == INTRA_FRAME || sse_diff <= sse_diff_thresh) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 49 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, function
225 sse_diff > sse_diff_thresh(bs, increase_denoising, motion_magnitude)) {

Completed in 1746 milliseconds