Home
last modified time | relevance | path

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

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