Searched refs:SUBPEL_TAPS (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_filter.h28 #define SUBPEL_TAPS 8 macro
38 typedef int16_t InterpKernel[SUBPEL_TAPS];
54 (vp9_bilinear_filters[(x)] + SUBPEL_TAPS/2 - 1)
H A Dvp9_convolve.c26 src -= SUBPEL_TAPS / 2 - 1;
33 for (k = 0; k < SUBPEL_TAPS; ++k)
48 src -= SUBPEL_TAPS / 2 - 1;
55 for (k = 0; k < SUBPEL_TAPS; ++k)
71 src -= src_stride * (SUBPEL_TAPS / 2 - 1);
79 for (k = 0; k < SUBPEL_TAPS; ++k)
94 src -= src_stride * (SUBPEL_TAPS / 2 - 1);
102 for (k = 0; k < SUBPEL_TAPS; ++k)
125 int intermediate_height = (((h - 1) * y_step_q4 + 15) >> 4) + SUBPEL_TAPS;
135 convolve_horiz(src - src_stride * (SUBPEL_TAPS /
[all...]

Completed in 228 milliseconds