Searched refs:transpose_s16_4x4q (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht4x4_add_neon.c | 33 transpose_s16_4x4q(&a[0], &a[1]); in vp9_iht4x4_16_add_neon() 39 transpose_s16_4x4q(&a[0], &a[1]); in vp9_iht4x4_16_add_neon() 47 transpose_s16_4x4q(&a[0], &a[1]); in vp9_iht4x4_16_add_neon() 53 transpose_s16_4x4q(&a[0], &a[1]); in vp9_iht4x4_16_add_neon() 61 transpose_s16_4x4q(&a[0], &a[1]); in vp9_iht4x4_16_add_neon()
|
D | vp9_highbd_iht4x4_add_neon.c | 91 transpose_s16_4x4q(&a[0], &a[1]); in vp9_highbd_iht4x4_16_add_neon() 97 transpose_s16_4x4q(&a[0], &a[1]); in vp9_highbd_iht4x4_16_add_neon() 105 transpose_s16_4x4q(&a[0], &a[1]); in vp9_highbd_iht4x4_16_add_neon() 111 transpose_s16_4x4q(&a[0], &a[1]); in vp9_highbd_iht4x4_16_add_neon() 119 transpose_s16_4x4q(&a[0], &a[1]); in vp9_highbd_iht4x4_16_add_neon()
|
/external/libhevc/common/arm/ |
D | ihevc_cmn_utils_neon.h | 141 static INLINE void transpose_s16_4x4q(int16x8_t *a0, int16x8_t *a1, int16x8_t *a2, int16x8_t *a3) in transpose_s16_4x4q() function
|
/external/libhevc/encoder/arm/ |
D | ihevce_had_compute_neon.c | 118 transpose_s16_4x4q(r0, r1, r2, r3); in hadamard4x4_2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 129 static INLINE void transpose_s16_4x4q(int16x8_t *a0, int16x8_t *a1) { in transpose_s16_4x4q() function
|
D | idct_neon.h | 315 transpose_s16_4x4q(&a[0], &a[1]); in transpose_idct4x4_16_bd8()
|