Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_sse2.c967 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4() local
974 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4()
975 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4()
Denc_sse2.c804 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4() local
811 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4()
812 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4()