Searched refs:transpose_s32_8x8 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 223 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in highbd_iadst16_neon() 225 transpose_s32_8x8(&in[8], &in[9], &in[10], &in[11], &in[12], &in[13], &in[14], in highbd_iadst16_neon()
|
/external/libhevc/common/arm/ |
D | ihevc_cmn_utils_neon.h | 289 static INLINE void transpose_s32_8x8( in transpose_s32_8x8() function
|
D | ihevc_resi_trans_neon.c | 1345 transpose_s32_8x8( in ihevc_resi_trans_16x16_neon()
|
/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 | 578 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct16x16_256_add_half1d() 580 transpose_s32_8x8(&in[8], &in[9], &in[10], &in[11], &in[12], &in[13], &in[14], in vpx_highbd_idct16x16_256_add_half1d() 808 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 | 65 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 | 155 transpose_s32_8x8(&a[0], &a[1], &a[2], &a[3], &a[4], &a[5], &a[6], &a[7]); in transpose_and_store_s32_8x8()
|
D | highbd_idct32x32_135_add_neon.c | 106 transpose_s32_8x8(&in[0], &in[1], &in[2], &in[3], &in[4], &in[5], &in[6], in vpx_highbd_idct32_12_neon()
|