Searched refs:y_filters (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 69 const InterpKernel *y_filters, 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, in convolve_avg_vert() argument 101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert() 118 const InterpKernel *const y_filters, in convolve() argument 145 y_filters, y0_q4, y_step_q4, w, h); in convolve() 393 const InterpKernel *y_filters, in highbd_convolve_vert() argument 404 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_vert() 419 const InterpKernel *y_filters, in highbd_convolve_avg_vert() argument 430 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in highbd_convolve_avg_vert() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 655 const InterpKernel *y_filters, in scaledconvolve_vert_w4() argument 663 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4() 717 const InterpKernel *y_filters, in scaledconvolve_vert_w8() argument 725 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8() 808 const InterpKernel *y_filters, in scaledconvolve_vert_w16() argument 816 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w16() 831 const InterpKernel *const y_filters, in scaledconvolve2d() argument 868 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() 871 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d() 874 dst_stride, y_filters, y0_q4, y_step_q4, w, h); in scaledconvolve2d()
|