Searched refs:transpose_u16_4x4q (Results 1 – 2 of 2) sorted by relevance
193 transpose_u16_4x4q(&d01, &d23); in vpx_highbd_convolve8_horiz_neon()402 transpose_u16_4x4q(&t01, &t23); in vpx_highbd_convolve8_avg_horiz_neon()
160 static INLINE void transpose_u16_4x4q(uint16x8_t *a0, uint16x8_t *a1) { in transpose_u16_4x4q() function