HomeSort by relevance Sort by last modified time
    Searched defs:SUBPEL_TAPS (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
vpx_filter.h 26 #define SUBPEL_TAPS 8
28 typedef int16_t InterpKernel[SUBPEL_TAPS];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h 28 #define SUBPEL_TAPS 8
38 typedef int16_t InterpKernel[SUBPEL_TAPS];
54 (vp9_bilinear_filters[(x)] + SUBPEL_TAPS/2 - 1)

Completed in 113 milliseconds