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

  /external/libvpx/libvpx/vpx_dsp/arm/
transpose_neon.h 191 static INLINE void transpose_u8_4x8(uint8x8_t *a0, uint8x8_t *a1, uint8x8_t *a2, function
    [all...]
vpx_convolve8_neon.c 180 transpose_u8_4x8(&t0, &t1, &t2, &t3, t4, t5, t6, t7);
439 transpose_u8_4x8(&t0, &t1, &t2, &t3, t4, t5, t6, t7);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 323 transpose_u8_4x8(&s[0], &s[1], &s[2], &s[3], s[4], s[5], s[6], s[7]);

Completed in 69 milliseconds