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

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 22 #define SUM_DIFF_THRESHOLD_HIGH (600) // ~(16 * 16 * 1.5)
denoising.c 161 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 153 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 121 if (increase_denoising) sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 197 sum_diff_thresh = SUM_DIFF_THRESHOLD_HIGH;

Completed in 91 milliseconds