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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve8_neon.c 86 transpose_u8_8x4(&t0, &t1, &t2, &t3);
106 transpose_u8_8x4(&t0, &t1, &t2, &t3);
203 transpose_u8_8x4(&t0, &t1, &t2, &t3);
340 transpose_u8_8x4(&t0, &t1, &t2, &t3);
360 transpose_u8_8x4(&t0, &t1, &t2, &t3);
462 transpose_u8_8x4(&t0, &t1, &t2, &t3);
    [all...]
vpx_scaled_convolve8_neon.c 48 transpose_u8_8x4(&s[0], &s[1], &s[2], &s[3]);
transpose_neon.h 396 static INLINE void transpose_u8_8x4(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 225 transpose_u8_8x4(&d[0], &d[1], &d[2], &d[3]);

Completed in 74 milliseconds