Home
last modified time | relevance | path

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

/aosp_15_r20/external/libultrahdr/lib/src/dsp/arm/
H A Deditorhelper_neon.cpp466 static INLINE uint32x4x2_t vtrnq_u64_to_u32(uint32x4_t a0, uint32x4_t a1) { in vtrnq_u64_to_u32() function
502 const uint32x4x2_t c0 = vtrnq_u64_to_u32(b0.val[0], b1.val[0]); in transpose_u32_4x4()
503 const uint32x4x2_t c1 = vtrnq_u64_to_u32(b0.val[1], b1.val[1]); in transpose_u32_4x4()