Searched defs:read_4x8 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dloopfiltersimpleverticaledge_neon.c94 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { function
152 static INLINE uint8x8x4_t read_4x8(unsigned char *src, int pitch) { function
190 d0u8x4 = read_4x8(src1, p);
192 d1u8x4 = read_4x8(src1, p);

Completed in 127 milliseconds