Searched refs:dst16_stride (Results 1 – 3 of 3) sorted by relevance
253 int dst16_stride = conv_params->dst_stride; in av1_dist_wtd_convolve_2d_c() local293 int32_t tmp = dst16[y * dst16_stride + x]; in av1_dist_wtd_convolve_2d_c()306 dst16[y * dst16_stride + x] = res; in av1_dist_wtd_convolve_2d_c()319 int dst16_stride = conv_params->dst_stride; in av1_dist_wtd_convolve_y_c() local344 int32_t tmp = dst16[y * dst16_stride + x]; in av1_dist_wtd_convolve_y_c()356 dst16[y * dst16_stride + x] = res; in av1_dist_wtd_convolve_y_c()369 int dst16_stride = conv_params->dst_stride; in av1_dist_wtd_convolve_x_c() local394 int32_t tmp = dst16[y * dst16_stride + x]; in av1_dist_wtd_convolve_x_c()406 dst16[y * dst16_stride + x] = res; in av1_dist_wtd_convolve_x_c()420 int dst16_stride = conv_params->dst_stride; in av1_dist_wtd_convolve_2d_copy_c() local[all …]
121 const int dst16_stride = conv_params->dst_stride; in vfilter8() local171 CONV_BUF_TYPE *dst_16_x = dst16 + y * dst16_stride + x; in vfilter8()209 int32_t tmp = dst16[y * dst16_stride + x]; in vfilter8()221 dst16[y * dst16_stride + x] = res; in vfilter8()347 const int dst16_stride = conv_params->dst_stride; in highbd_vfilter8() local402 CONV_BUF_TYPE *dst_16_x = dst16 + y * dst16_stride + x; in highbd_vfilter8()444 int32_t tmp = dst16[y * dst16_stride + x]; in highbd_vfilter8()458 dst16[y * dst16_stride + x] = res; in highbd_vfilter8()
834 int dst16_stride = dst_stride / 2; in extend_even() local837 dst16[i * dst16_stride + width] = dst16[i * dst16_stride + width - 1]; in extend_even()841 memcpy(&dst16[height * dst16_stride], &dst16[(height - 1) * dst16_stride], in extend_even()