/external/libvpx/libvpx/vpx_dsp/arm/ |
fdct_neon.c | 74 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3);
|
highbd_vpx_convolve8_neon.c | 183 transpose_s16_4x4d(&s7, &s8, &s9, &s10); 383 transpose_s16_4x4d(&s7, &s8, &s9, &s10); [all...] |
idct16x16_add_neon.c | 511 transpose_s16_4x4d(&in[0], &in[1], &in[2], &in[3]);
|
transpose_neon.h | 96 static INLINE void transpose_s16_4x4d(int16x4_t *a0, int16x4_t *a1, function [all...] |
idct_neon.h | 324 transpose_s16_4x4d(io0, io1, io2, io3); [all...] |