Searched refs:filters_y (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_convolve.c | 193 const InterpKernel *const filters_y = get_filter_base(filter_y); in vpx_convolve8_vert_c() local 194 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_vert_c() 199 convolve_vert(src, src_stride, dst, dst_stride, filters_y, in vpx_convolve8_vert_c() 208 const InterpKernel *const filters_y = get_filter_base(filter_y); in vpx_convolve8_avg_vert_c() local 209 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_avg_vert_c() 214 convolve_avg_vert(src, src_stride, dst, dst_stride, filters_y, in vpx_convolve8_avg_vert_c() 226 const InterpKernel *const filters_y = get_filter_base(filter_y); in vpx_convolve8_c() local 227 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_convolve8_c() 231 filters_y, y0_q4, y_step_q4, w, h); in vpx_convolve8_c() 514 const InterpKernel *const filters_y = get_filter_base(filter_y); in vpx_highbd_convolve8_vert_c() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 1142 const InterpKernel *const filters_y = get_filter_base(filter_y); in vpx_scaled_2d_ssse3() local 1143 const int y0_q4 = get_filter_offset(filter_y, filters_y); in vpx_scaled_2d_ssse3() 1147 filters_y, y0_q4, y_step_q4, w, h); in vpx_scaled_2d_ssse3()
|