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

  /external/libvpx/libvpx/vp9/common/
vp9_filter.h 17 #define FILTER_BITS 7
vp9_convolve.c 52 dst[x] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
94 clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)), 1);
136 clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
178 clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS)), 1);
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_dspr2.c     [all...]
vp9_convolve8_dspr2.c     [all...]
  /external/opencv/cv/src/
cvfilter.cpp 665 #undef FILTER_BITS
666 #define FILTER_BITS 8
863 int scale = kx_flags & ky_flags & INTEGER ? 1 : (1 << FILTER_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance_c.c 91 FILTER_BITS);
147 FILTER_BITS);
    [all...]

Completed in 501 milliseconds