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

  /external/libvpx/libvpx/vpx_dsp/
vpx_filter.h 28 typedef int16_t InterpKernel[SUBPEL_TAPS];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h 38 typedef int16_t InterpKernel[SUBPEL_TAPS];
40 const InterpKernel *vp9_get_interp_kernel(INTERP_FILTER filter);
42 DECLARE_ALIGNED(256, extern const InterpKernel,
44 DECLARE_ALIGNED(256, extern const InterpKernel,
46 DECLARE_ALIGNED(256, extern const InterpKernel,
48 DECLARE_ALIGNED(256, extern const InterpKernel,

Completed in 512 milliseconds