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

  /external/libvpx/libvpx/vp8/encoder/
denoising.c 19 /* SSE_DIFF_THRESHOLD is selected as ~95% confidence assuming
22 static const unsigned int SSE_DIFF_THRESHOLD = 16 * 16 * 20;
224 sse_diff < (int)SSE_DIFF_THRESHOLD))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
denoising.c 19 /* SSE_DIFF_THRESHOLD is selected as ~95% confidence assuming
22 static const unsigned int SSE_DIFF_THRESHOLD = 16 * 16 * 20;
225 sse_diff < (int)SSE_DIFF_THRESHOLD))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 21 /* SSE_DIFF_THRESHOLD is selected as ~95% confidence assuming
24 static const unsigned int SSE_DIFF_THRESHOLD = 16 * 16 * 20;
544 sse_diff_thresh = (int)SSE_DIFF_THRESHOLD;

Completed in 281 milliseconds