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

  /external/webp/src/dsp/
dec_sse2.c 611 static WEBP_INLINE void Store16x4(const __m128i* const p1,
676 Store16x4(&p1, &p0, &q0, &q1, p, p + 8 * stride, stride);
792 Store16x4(&p3, &p2, &p1, &p0, b, b + 8 * stride, stride);
793 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...]

Completed in 7641 milliseconds