Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_scaled_convolve8_neon.c158 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w4() argument
169 const int16x8_t filters = vld1q_s16(y_filters[y_q4 & SUBPEL_MASK]); in scaledconvolve_vert_w4()
201 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w8() argument
211 const int16x8_t filters = vld1q_s16(y_filters[y_q4 & SUBPEL_MASK]); in scaledconvolve_vert_w8()
227 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w16() argument
239 const int16x8_t filters = vld1q_s16(y_filters[y_q4 & SUBPEL_MASK]); in scaledconvolve_vert_w16()
/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()
342 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument
351 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert()
366 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_avg_vert() argument
375 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert()
/external/libaom/libaom/aom_dsp/
Daom_convolve.c57 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
65 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert()
171 const InterpKernel *y_filters, int y0_q4, in highbd_convolve_vert() argument
180 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert()
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c268 const InterpKernel *y_filters, in convolve_vert() argument
279 y_filters[y_q4 & SUBPEL_MASK]); in convolve_vert()
289 ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
299 y_filters[y_q4 & SUBPEL_MASK]); in convolve_avg_vert()
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_mmi.c531 const InterpKernel *y_filters, int y0_q4, in convolve_vert() argument
540 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert()
554 const InterpKernel *y_filters, int y0_q4, in convolve_avg_vert() argument
563 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert()
Dvpx_convolve8_msa.c1101 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w4() argument
1110 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4()
1125 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_w8() argument
1134 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8()
1149 const InterpKernel *y_filters, int y0_q4, in scaledconvolve_vert_mul16() argument
1157 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_mul16()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c929 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w4() argument
937 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4()
962 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w8() argument
970 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8()
1016 const ptrdiff_t dst_stride, const InterpKernel *const y_filters, in scaledconvolve_vert_w16() argument
1024 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16()
/external/libaom/libaom/av1/common/
Dconvolve.c1195 const InterpKernel *y_filters, int y0_q4, in convolve_add_src_vert_hip() argument
1205 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_add_src_vert_hip()
1276 ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, in highbd_convolve_add_src_vert_hip() argument
1284 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_add_src_vert_hip()