Searched refs:Load4x8_NEON (Results 1 – 1 of 1) sorted by relevance
30 static WEBP_INLINE uint8x8x4_t Load4x8_NEON(const uint8_t* const src, in Load4x8_NEON() function53 const uint8x8x4_t row0 = Load4x8_NEON(src - 2 + 0 * stride, stride); in Load4x16_NEON()54 const uint8x8x4_t row8 = Load4x8_NEON(src - 2 + 8 * stride, stride); in Load4x16_NEON()