Searched refs:extra_out (Results 1 – 2 of 2) sorted by relevance
967 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4() local974 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4()975 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4()
804 const uint32_t extra_out = _mm_cvtsi128_si32(_mm_srli_si128(avg4, 4)); in VL4() local811 DST(3, 2) = (extra_out >> 0) & 0xff; in VL4()812 DST(3, 3) = (extra_out >> 8) & 0xff; in VL4()