Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_sse2.c973 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4_SSE2() local
980 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4_SSE2()
981 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4_SSE2()
H A Denc_sse2.c810 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4_SSE2() local
817 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4_SSE2()
818 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4_SSE2()

Completed in 7 milliseconds