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

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 16 #define SUM_DIFF_THRESHOLD (16 * 16 * 2)
denoising.c 130 if (abs(sum_diff) > SUM_DIFF_THRESHOLD)
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 111 if (abs(sum_diff) > SUM_DIFF_THRESHOLD)

Completed in 133 milliseconds