/external/opencv3/3rdparty/libwebp/dsp/ |
dec_sse2.c | 558 static WEBP_INLINE void Store16x4(uint8_t* r0, uint8_t* r8, int stride, 620 Store16x4(p, p + 8 * stride, stride, &p1, &p0, &q0, &q1); 730 Store16x4(b, b + 8 * stride, stride, &p3, &p2, &p1, &p0); 731 Store16x4(p, p + 8 * stride, stride, &q0, &q1, &q2, &q3); 783 Store16x4(b, b + 8 * stride, stride, &p1, &p0, &q0, &q1); [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 594 static WEBP_INLINE void Store16x4(const __m128i* const p1, 659 Store16x4(&p1, &p0, &q0, &q1, p, p + 8 * stride, stride); 775 Store16x4(&p3, &p2, &p1, &p0, b, b + 8 * stride, stride); 776 Store16x4(&q0, &q1, &q2, &q3, p, p + 8 * stride, stride); [all...] |
dec_neon.c | 298 static WEBP_INLINE void Store16x4(const uint8x16_t p1, const uint8x16_t p0, [all...] |