Searched refs:aom_vtrnq_u64_to_u16 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | transpose_neon.h | 192 static inline uint16x8x2_t aom_vtrnq_u64_to_u16(uint32x4_t a0, uint32x4_t a1) { in aom_vtrnq_u64_to_u16() function 238 uint16x8x2_t d01 = aom_vtrnq_u64_to_u16(w12.val[0], w13.val[0]); in transpose_arrays_u8_16x16() 241 uint16x8x2_t d23 = aom_vtrnq_u64_to_u16(w12.val[1], w13.val[1]); in transpose_arrays_u8_16x16() 244 uint16x8x2_t d45 = aom_vtrnq_u64_to_u16(w14.val[0], w15.val[0]); in transpose_arrays_u8_16x16() 247 uint16x8x2_t d67 = aom_vtrnq_u64_to_u16(w14.val[1], w15.val[1]); in transpose_arrays_u8_16x16() 270 d01 = aom_vtrnq_u64_to_u16(w12.val[0], w13.val[0]); in transpose_arrays_u8_16x16() 273 d23 = aom_vtrnq_u64_to_u16(w12.val[1], w13.val[1]); in transpose_arrays_u8_16x16() 276 d45 = aom_vtrnq_u64_to_u16(w14.val[0], w15.val[0]); in transpose_arrays_u8_16x16() 279 d67 = aom_vtrnq_u64_to_u16(w14.val[1], w15.val[1]); in transpose_arrays_u8_16x16() 577 const uint16x8x2_t d0 = aom_vtrnq_u64_to_u16(c0.val[0], c1.val[1]); in loop_filter_transpose_u16_4x8q() [all …]
|