Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dtranspose_neon.h84 static INLINE uint16x8x2_t vpx_vtrnq_u64_to_u16(uint32x4_t a0, uint32x4_t a1) { in vpx_vtrnq_u64_to_u16() function
204 const uint16x8x2_t c0 = vpx_vtrnq_u64_to_u16(b0.val[0], b0.val[1]); in transpose_u16_4x4q()
788 const uint16x8x2_t d0 = vpx_vtrnq_u64_to_u16(c0.val[0], c2.val[0]); in transpose_u16_8x8()
789 const uint16x8x2_t d1 = vpx_vtrnq_u64_to_u16(c1.val[0], c3.val[0]); in transpose_u16_8x8()
790 const uint16x8x2_t d2 = vpx_vtrnq_u64_to_u16(c0.val[1], c2.val[1]); in transpose_u16_8x8()
791 const uint16x8x2_t d3 = vpx_vtrnq_u64_to_u16(c1.val[1], c3.val[1]); in transpose_u16_8x8()