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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 23 static const unsigned int SSE_THRESHOLD = 16 * 16 * 40;
280 if (best_sse > SSE_THRESHOLD || motion_magnitude2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 23 static const unsigned int SSE_THRESHOLD = 16 * 16 * 40;
281 if (best_sse > SSE_THRESHOLD || motion_magnitude2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 25 static const unsigned int SSE_THRESHOLD = 16 * 16 * 40;
610 sse_thresh = denoiser->denoise_pars.scale_sse_thresh * SSE_THRESHOLD;

Completed in 43 milliseconds