Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_135_add_neon.c457 load_and_transpose_s32_8x8(input, 16, &in[0], &in[1], &in[2], &in[3], &in[4], in vpx_highbd_idct32_16_neon()
460 load_and_transpose_s32_8x8(input + 8, 16, &in[8], &in[9], &in[10], &in[11], in vpx_highbd_idct32_16_neon()
Dhighbd_idct32x32_34_add_neon.c378 load_and_transpose_s32_8x8(input, 8, &in[0], &in[1], &in[2], &in[3], &in[4], in vpx_highbd_idct32_8_neon()
Dtranspose_neon.h1285 static INLINE void load_and_transpose_s32_8x8( in load_and_transpose_s32_8x8() function