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

  /external/libvpx/libvpx/vp8/encoder/
denoising.h 27 #define SUM_DIFF_FROM_AVG_THRESH_UV (8 * 8 * 8)
denoising.c 251 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) {
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 277 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) {
  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 228 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) {
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
denoising_msa.c 367 if (abs(sum_block - (128 * 8 * 8)) < SUM_DIFF_FROM_AVG_THRESH_UV) {

Completed in 106 milliseconds