HomeSort by relevance Sort by last modified time
    Searched refs:transpose_s16_4x4d (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vpx_dsp/arm/
fdct_neon.c 72 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3);
highbd_vpx_convolve8_neon.c 182 transpose_s16_4x4d(&s7, &s8, &s9, &s10);
391 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...]

Completed in 66 milliseconds