Searched defs:transpose_8x8 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | transpose_vsx.h | 101 static INLINE void transpose_8x8(const int16x8_t *a, int16x8_t *b) { in transpose_8x8() function
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_txfm_utility_sse4.h | 30 static INLINE void transpose_8x8(const __m128i *in, __m128i *out) { in transpose_8x8() function
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct16x16_neon.c | 193 static INLINE void transpose_8x8(const int16x8_t *a /*[8]*/, in transpose_8x8() function
|
D | fdct32x32_neon.c | 1285 static INLINE void transpose_8x8(const int16x8_t *a, int16x8_t *b) { in transpose_8x8() function
|
/external/libjpeg-turbo/simd/arm64/ |
D | jsimd_neon.S | 343 .macro transpose_8x8 l0, l1, l2, l3, l4, l5, l6, l7, t0, t1, t2, t3 macro
|
/external/libhevc/common/arm/ |
D | ihevc_resi_trans_neon.c | 1004 static INLINE void transpose_8x8(int32x4x2_t *a /*[8][2]*/, int32x4x2_t *b) in transpose_8x8() function
|