Searched refs:filters_x (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 156 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_horiz_c() local 157 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_horiz_c() 160 convolve_horiz(src, src_stride, dst, dst_stride, filters_x, in vp9_convolve8_horiz_c() 169 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_avg_horiz_c() local 170 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_avg_horiz_c() 174 convolve_avg_horiz(src, src_stride, dst, dst_stride, filters_x, in vp9_convolve8_avg_horiz_c() 209 const InterpKernel *const filters_x = get_filter_base(filter_x); in vp9_convolve8_c() local 210 const int x0_q4 = get_filter_offset(filter_x, filters_x); in vp9_convolve8_c() 216 filters_x, x0_q4, x_step_q4, in vp9_convolve8_c()
|