Home
last modified time | relevance | path

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

/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()
348 const int dst16_stride = conv_params->dst_stride; in highbd_vfilter8() local
403 CONV_BUF_TYPE *dst_16_x = dst16 + y * dst16_stride + x; in highbd_vfilter8()
445 int32_t tmp = dst16[y * dst16_stride + x]; in highbd_vfilter8()
459 dst16[y * dst16_stride + x] = res; in highbd_vfilter8()
/external/libaom/libaom/av1/common/
Dconvolve.c463 const int dst16_stride = conv_params->dst_stride; in av1_convolve_2d_scale_c() local
512 int32_t tmp = dst16[y * dst16_stride + x]; in av1_convolve_2d_scale_c()
525 dst16[y * dst16_stride + x] = res; in av1_convolve_2d_scale_c()
751 const uint16_t *src, int src_stride, uint16_t *dst16, int dst16_stride, in av1_highbd_dist_wtd_convolve_2d_c() argument
808 dst16[y * dst16_stride + x] = in av1_highbd_dist_wtd_convolve_2d_c()
818 const uint16_t *src, int src_stride, uint16_t *dst16, int dst16_stride, in av1_highbd_dist_wtd_convolve_x_c() argument
857 dst16[y * dst16_stride + x] = in av1_highbd_dist_wtd_convolve_x_c()
867 const uint16_t *src, int src_stride, uint16_t *dst16, int dst16_stride, in av1_highbd_dist_wtd_convolve_y_c() argument
906 dst16[y * dst16_stride + x] = in av1_highbd_dist_wtd_convolve_y_c()
916 const uint16_t *src, int src_stride, uint16_t *dst16, int dst16_stride, in av1_highbd_dist_wtd_convolve_2d_copy_c() argument
[all …]
/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()