Home
last modified time | relevance | path

Searched refs:y_filters (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c69 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert()
92 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert()
119 const InterpKernel *const y_filters, int y0_q4, in convolve() argument
145 y_filters, y0_q4, y_step_q4, w, h); in convolve()
370 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument
379 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert()
394 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_avg_vert() argument
403 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert()
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c261 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
271 y_filters[y_q4 & SUBPEL_MASK]); in convolve_vert()
281 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
291 y_filters[y_q4 & SUBPEL_MASK]); in convolve_avg_vert()
303 int x_step_q4, const InterpKernel *const y_filters, in convolve() argument
329 y_filters, y0_q4, y_step_q4, w, h); in convolve()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c642 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w4() argument
650 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4()
704 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w8() argument
712 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8()
795 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w16() argument
803 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16()
817 int x_step_q4, const InterpKernel *const y_filters, in scaledconvolve2d() argument
853 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d()
856 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d()
859 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d()