Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c158 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
178 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
278 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_horiz_neon()
424 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
444 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
549 transpose_u8_8x4(&t0, &t1, &t2, &t3); in vpx_convolve8_avg_horiz_neon()
Dtranspose_neon.h396 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, in transpose_u8_8x4() function