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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 437 unsigned int sse_thresh; local
544 sse_thresh = denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD;
546 sse_thresh = denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD_HIGH;
548 if (best_sse > sse_thresh || motion_magnitude2 > motion_threshold)
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 54 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { function
287 if (ctx->newmv_sse > sse_thresh(bs, increase_denoising)) {

Completed in 85 milliseconds