Searched refs:filters_x (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_convolve.c | 164 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_horiz_c() local 165 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_horiz_c() 170 convolve_horiz(src, src_stride, dst, dst_stride, filters_x, in vp9_convolve8_horiz_c() 179 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_avg_horiz_c() local 180 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_avg_horiz_c() 185 convolve_avg_horiz(src, src_stride, dst, dst_stride, filters_x, in vp9_convolve8_avg_horiz_c() 224 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_c() local 225 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_c() 231 filters_x, x0_q4, x_step_q4, in vp9_convolve8_c()
|