Searched refs:transpose_u8_4x4 (Results 1 – 2 of 2) sorted by relevance
199 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_horiz_neon()465 transpose_u8_4x4(&d01, &d23); in vpx_convolve8_avg_horiz_neon()
67 static INLINE void transpose_u8_4x4(uint8x8_t *a0, uint8x8_t *a1) { in transpose_u8_4x4() function