Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dtranspose_neon.h454 static INLINE int16x8x2_t aom_vtrnq_s64_to_s16(int32x4_t a0, int32x4_t a1) { in aom_vtrnq_s64_to_s16() function
516 const int16x8x2_t d0 = aom_vtrnq_s64_to_s16(c0.val[0], c2.val[0]); in transpose_s16_8x8q()
517 const int16x8x2_t d1 = aom_vtrnq_s64_to_s16(c1.val[0], c3.val[0]); in transpose_s16_8x8q()
518 const int16x8x2_t d2 = aom_vtrnq_s64_to_s16(c0.val[1], c2.val[1]); in transpose_s16_8x8q()
519 const int16x8x2_t d3 = aom_vtrnq_s64_to_s16(c1.val[1], c3.val[1]); in transpose_s16_8x8q()