Searched refs:highbd_convolve (Results 1 – 4 of 4) sorted by relevance
111 sf->highbd_convolve[0][0][0] = av1_highbd_convolve_2d_copy_sr; in av1_setup_scale_factors_for_frame()113 sf->highbd_convolve[0][1][0] = av1_highbd_convolve_y_sr; in av1_setup_scale_factors_for_frame()115 sf->highbd_convolve[1][0][0] = av1_highbd_convolve_x_sr; in av1_setup_scale_factors_for_frame()117 sf->highbd_convolve[1][1][0] = av1_highbd_convolve_2d_sr; in av1_setup_scale_factors_for_frame()119 sf->highbd_convolve[0][0][1] = av1_highbd_dist_wtd_convolve_2d_copy; in av1_setup_scale_factors_for_frame()121 sf->highbd_convolve[0][1][1] = av1_highbd_dist_wtd_convolve_y; in av1_setup_scale_factors_for_frame()123 sf->highbd_convolve[1][0][1] = av1_highbd_dist_wtd_convolve_x; in av1_setup_scale_factors_for_frame()125 sf->highbd_convolve[1][1][1] = av1_highbd_dist_wtd_convolve_2d; in av1_setup_scale_factors_for_frame()
39 aom_highbd_convolve_fn_t highbd_convolve[2][2][2]; member
1117 sf->highbd_convolve[subpel_x_q4 != 0][subpel_y_q4 != in av1_highbd_convolve_2d_facade()
390 static void highbd_convolve(const uint16_t *src, ptrdiff_t src_stride, in highbd_convolve() function476 highbd_convolve(src, src_stride, dst, dst_stride, filter, x0_q4, x_step_q4, in vpx_highbd_convolve8_c()