Home
last modified time | relevance | path

Searched refs:dst16_stride (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dconvolve.c253 int dst16_stride = conv_params->dst_stride; in av1_dist_wtd_convolve_2d_c() local
293 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() local
344 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() local
394 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 …]
/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c121 const int dst16_stride = conv_params->dst_stride; in vfilter8() local
171 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() local
402 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()
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c834 int dst16_stride = dst_stride / 2; in extend_even() local
837 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()