Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Daom_convolve.c104 const InterpKernel *const filters_y = get_filter_base(filter_y); in aom_convolve8_vert_c() local
105 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_convolve8_vert_c()
110 convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, y_step_q4, in aom_convolve8_vert_c()
210 const InterpKernel *const filters_y = get_filter_base(filter_y); in aom_highbd_convolve8_vert_c() local
211 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_highbd_convolve8_vert_c()
215 highbd_convolve_vert(src, src_stride, dst, dst_stride, filters_y, y0_q4, in aom_highbd_convolve8_vert_c()
/external/libaom/libaom/av1/common/
Dconvolve.c1173 const InterpKernel *const filters_y = get_filter_base(filter_y); in av1_wiener_convolve_add_src_c() local
1174 const int y0_q4 = get_filter_offset(filter_y, filters_y); in av1_wiener_convolve_add_src_c()
1191 MAX_SB_SIZE, dst, dst_stride, filters_y, y0_q4, in av1_wiener_convolve_add_src_c()
1253 const InterpKernel *const filters_y = get_filter_base(filter_y); in av1_highbd_wiener_convolve_add_src_c() local
1254 const int y0_q4 = get_filter_offset(filter_y, filters_y); in av1_highbd_wiener_convolve_add_src_c()
1272 filters_y, y0_q4, y_step_q4, w, h, conv_params->round_1, bd); in av1_highbd_wiener_convolve_add_src_c()