Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c27 src -= SUBPEL_TAPS / 2 - 1; in convolve_horiz()
34 for (k = 0; k < SUBPEL_TAPS; ++k) in convolve_horiz()
49 src -= SUBPEL_TAPS / 2 - 1; in convolve_avg_horiz()
56 for (k = 0; k < SUBPEL_TAPS; ++k) in convolve_avg_horiz()
72 src -= src_stride * (SUBPEL_TAPS / 2 - 1); in convolve_vert()
80 for (k = 0; k < SUBPEL_TAPS; ++k) in convolve_vert()
95 src -= src_stride * (SUBPEL_TAPS / 2 - 1); in convolve_avg_vert()
103 for (k = 0; k < SUBPEL_TAPS; ++k) in convolve_avg_vert()
135 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in convolve()
142 convolve_horiz(src - src_stride * (SUBPEL_TAPS / 2 - 1), src_stride, temp, 64, in convolve()
[all …]
Dvpx_filter.h26 #define SUBPEL_TAPS 8 macro
28 typedef int16_t InterpKernel[SUBPEL_TAPS];
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c708 src -= SUBPEL_TAPS / 2 - 1; in scaledconvolve_horiz_w8()
830 src -= SUBPEL_TAPS / 2 - 1; in scaledconvolve_horiz_w4()
906 src -= src_stride * (SUBPEL_TAPS / 2 - 1); in scaledconvolve_vert_w4()
968 src -= src_stride * (SUBPEL_TAPS / 2 - 1); in scaledconvolve_vert_w8()
1059 src -= src_stride * (SUBPEL_TAPS / 2 - 1); in scaledconvolve_vert_w16()
1095 (((h - 1) * y_step_q4 + y0_q4) >> SUBPEL_BITS) + SUBPEL_TAPS; in scaledconvolve2d()
1103 scaledconvolve_horiz_w8(src - src_stride * (SUBPEL_TAPS / 2 - 1), in scaledconvolve2d()
1107 scaledconvolve_horiz_w4(src - src_stride * (SUBPEL_TAPS / 2 - 1), in scaledconvolve2d()
1113 scaledconvolve_vert_w16(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, in scaledconvolve2d()
1116 scaledconvolve_vert_w8(temp + 64 * (SUBPEL_TAPS / 2 - 1), 64, dst, in scaledconvolve2d()
[all …]
/external/libvpx/libvpx/test/
Dconvolve_test.cc870 assign_val(in, y * kOutputStride + x - SUBPEL_TAPS / 2 + 1, in TEST_P()
873 assign_val(in, y * kOutputStride + x - SUBPEL_TAPS / 2 + 1, in TEST_P()