Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Didct4x4_add_neon.c33 transpose_idct4x4_16_bd8(a); in vpx_idct4x4_16_add_neon()
37 transpose_idct4x4_16_bd8(a); in vpx_idct4x4_16_add_neon()
Dhighbd_idct4x4_add_neon.c66 transpose_idct4x4_16_bd8(a); in vpx_highbd_idct4x4_16_add_neon()
70 transpose_idct4x4_16_bd8(a); in vpx_highbd_idct4x4_16_add_neon()
Didct_neon.h314 static INLINE void transpose_idct4x4_16_bd8(int16x8_t *const a) { in transpose_idct4x4_16_bd8() function