Searched refs:x_filters (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 24 const InterpKernel *x_filters, in convolve_horiz() argument 32 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz() 46 const InterpKernel *x_filters, in convolve_avg_horiz() argument 54 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz() 116 const InterpKernel *const x_filters, in convolve() argument 143 x_filters, x0_q4, x_step_q4, w, intermediate_height); in convolve() 342 const InterpKernel *x_filters, in highbd_convolve_horiz() argument 353 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_horiz() 367 const InterpKernel *x_filters, in highbd_convolve_avg_horiz() argument 378 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in highbd_convolve_avg_horiz() [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 704 const InterpKernel *x_filters, in scaledconvolve_horiz_w8() argument 720 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w8() 826 const InterpKernel *x_filters, in scaledconvolve_horiz_w4() argument 838 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in scaledconvolve_horiz_w4() 1075 const InterpKernel *const x_filters, in scaledconvolve2d() argument 1104 src_stride, temp, 64, x_filters, x0_q4, x_step_q4, in scaledconvolve2d() 1108 src_stride, temp, 64, x_filters, x0_q4, x_step_q4, in scaledconvolve2d()
|