Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dselfguided_neon.c38 uint16x4_t sgrproj_sgr, int32_t *src1, uint16_t *dst_A16, int32_t *src2, in calc_ab_fast_internal_common() argument
89 dst_A16[x * buf_stride + y] = x_by_xplus1[src1[x * buf_stride + y]]; in calc_ab_fast_internal_common()
92 load_u16_4x4(dst_A16, buf_stride, &d0, &d1, &d2, &d3); in calc_ab_fast_internal_common()
125 uint16_t *dst_A16, int32_t *dst2, const int buf_stride) { in calc_ab_internal_common() argument
217 dst_A16[x * buf_stride + y] = x_by_xplus1[src1[x * buf_stride + y]]; in calc_ab_internal_common()
220 load_u16_8x4(dst_A16, buf_stride, &s16_4, &s16_5, &s16_6, &s16_7); in calc_ab_internal_common()
466 uint16_t *dst_A16, *src2; in calc_ab_internal_lbd() local
481 dst_A16 = A16 + (count << 2) * buf_stride; in calc_ab_internal_lbd()
499 one_by_n_minus_1_vec, sgrproj_sgr, src1, dst_A16, dst2, buf_stride); in calc_ab_internal_lbd()
505 dst_A16 += 8; in calc_ab_internal_lbd()
[all …]