Home
last modified time | relevance | path

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

/external/libhevc/common/arm/
Dihevc_cmn_utils_neon.h250 static INLINE int32x4x2_t vtrnq_s64_to_s32(int32x4_t a0, int32x4_t a1) in vtrnq_s64_to_s32() function
280 const int32x4x2_t c0 = vtrnq_s64_to_s32(b0.val[0], b1.val[0]); in transpose_s32_4x4()
281 const int32x4x2_t c1 = vtrnq_s64_to_s32(b0.val[1], b1.val[1]); in transpose_s32_4x4()
336 const int32x4x2_t c0 = vtrnq_s64_to_s32(b0.val[0], b1.val[0]); in transpose_s32_8x8()
337 const int32x4x2_t c1 = vtrnq_s64_to_s32(b0.val[1], b1.val[1]); in transpose_s32_8x8()
338 const int32x4x2_t c2 = vtrnq_s64_to_s32(b2.val[0], b3.val[0]); in transpose_s32_8x8()
339 const int32x4x2_t c3 = vtrnq_s64_to_s32(b2.val[1], b3.val[1]); in transpose_s32_8x8()
340 const int32x4x2_t c4 = vtrnq_s64_to_s32(b4.val[0], b5.val[0]); in transpose_s32_8x8()
341 const int32x4x2_t c5 = vtrnq_s64_to_s32(b4.val[1], b5.val[1]); in transpose_s32_8x8()
342 const int32x4x2_t c6 = vtrnq_s64_to_s32(b6.val[0], b7.val[0]); in transpose_s32_8x8()
[all …]
Dihevc_resi_trans_neon.c1018 const int32x4x2_t d0 = vtrnq_s64_to_s32(c0.val[0], c1.val[0]); in transpose_8x8()
1019 const int32x4x2_t d1 = vtrnq_s64_to_s32(c0.val[1], c1.val[1]); in transpose_8x8()
1020 const int32x4x2_t d2 = vtrnq_s64_to_s32(c2.val[0], c3.val[0]); in transpose_8x8()
1021 const int32x4x2_t d3 = vtrnq_s64_to_s32(c2.val[1], c3.val[1]); in transpose_8x8()
1022 const int32x4x2_t d4 = vtrnq_s64_to_s32(c4.val[0], c5.val[0]); in transpose_8x8()
1023 const int32x4x2_t d5 = vtrnq_s64_to_s32(c4.val[1], c5.val[1]); in transpose_8x8()
1024 const int32x4x2_t d6 = vtrnq_s64_to_s32(c6.val[0], c7.val[0]); in transpose_8x8()
1025 const int32x4x2_t d7 = vtrnq_s64_to_s32(c6.val[1], c7.val[1]); in transpose_8x8()