Searched refs:Store4x4 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c602 static WEBP_INLINE void Store4x4(__m128i* const x, uint8_t* dst, int stride) { function
643 Store4x4(&p0_s, r0, stride);
645 Store4x4(&q0_s, r0, stride);
647 Store4x4(&p1_s, r8, stride);
649 Store4x4(&q1_s, r8, stride);
/external/webp/src/dsp/
H A Ddec_sse2.c602 static WEBP_INLINE void Store4x4(__m128i* const x, uint8_t* dst, int stride) { function
643 Store4x4(&p0_s, r0, stride);
645 Store4x4(&q0_s, r0, stride);
647 Store4x4(&p1_s, r8, stride);
649 Store4x4(&q1_s, r8, stride);

Completed in 108 milliseconds