Searched refs:transpose_s32_8x8 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 713 static INLINE void transpose_s32_8x8(int32x4x2_t *a0, int32x4x2_t *a1, in transpose_s32_8x8() function 1314 transpose_s32_8x8(a0, a1, a2, a3, a4, a5, a6, a7); in load_and_transpose_s32_8x8()
|
D | highbd_idct16x16_add_neon.c | 655 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct16x16_256_add_half1d() 657 transpose_s32_8x8(&in[8], &in[9], &in[10], &in[11], &in[12], &in[13], &in[14], in vpx_highbd_idct16x16_256_add_half1d() 885 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct16x16_38_add_half1d()
|
D | highbd_idct32x32_34_add_neon.c | 64 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct32_6_neon()
|
D | highbd_idct32x32_1024_add_neon.c | 161 transpose_s32_8x8(&a0, &a1, &a2, &a3, &a4, &a5, &a6, &a7); in transpose_and_store_s32_8x8()
|
D | highbd_idct32x32_135_add_neon.c | 105 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct32_12_neon()
|