Searched refs:filters_y (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | aom_convolve.c | 105 const InterpKernel *const filters_y = get_filter_base(filter_y); in aom_convolve8_vert_c() local 106 const int y0_q4 = get_filter_offset(filter_y, filters_y); in aom_convolve8_vert_c() 111 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/ |
D | convolve.c | 1228 const InterpKernel *const filters_y = get_filter_base(filter_y); in av1_wiener_convolve_add_src_c() local 1229 const int y0_q4 = get_filter_offset(filter_y, filters_y); in av1_wiener_convolve_add_src_c() 1246 MAX_SB_SIZE, dst, dst_stride, filters_y, y0_q4, in av1_wiener_convolve_add_src_c() 1307 const InterpKernel *const filters_y = get_filter_base(filter_y); in av1_highbd_wiener_convolve_add_src_c() local 1308 const int y0_q4 = get_filter_offset(filter_y, filters_y); in av1_highbd_wiener_convolve_add_src_c() 1326 filters_y, y0_q4, y_step_q4, w, h, conv_params->round_1, bd); in av1_highbd_wiener_convolve_add_src_c()
|