Home
last modified time | relevance | path

Searched refs:filters_x (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c163 const InterpKernel *const filters_x = get_filter_base(filter_x); in vpx_convolve8_horiz_c() local
164 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_convolve8_horiz_c()
169 convolve_horiz(src, src_stride, dst, dst_stride, filters_x, in vpx_convolve8_horiz_c()
178 const InterpKernel *const filters_x = get_filter_base(filter_x); in vpx_convolve8_avg_horiz_c() local
179 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_convolve8_avg_horiz_c()
184 convolve_avg_horiz(src, src_stride, dst, dst_stride, filters_x, in vpx_convolve8_avg_horiz_c()
223 const InterpKernel *const filters_x = get_filter_base(filter_x); in vpx_convolve8_c() local
224 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_convolve8_c()
230 filters_x, x0_q4, x_step_q4, in vpx_convolve8_c()
486 const InterpKernel *const filters_x = get_filter_base(filter_x); in vpx_highbd_convolve8_horiz_c() local
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c893 const InterpKernel *const filters_x = get_filter_base(filter_x); in vpx_scaled_2d_ssse3() local
894 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vpx_scaled_2d_ssse3()
900 filters_x, x0_q4, x_step_q4, in vpx_scaled_2d_ssse3()