Lines Matching refs:ref3
150 __m128i ref0, ref1, ref2, ref3; in ITransform_SSE2() local
156 ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in ITransform_SSE2()
162 ref3 = _mm_cvtsi32_si128(WebPMemToUint32(&ref[3 * BPS])); in ITransform_SSE2()
168 ref3 = _mm_unpacklo_epi8(ref3, zero); in ITransform_SSE2()
173 ref3 = _mm_add_epi16(ref3, T3); in ITransform_SSE2()
178 ref3 = _mm_packus_epi16(ref3, ref3); in ITransform_SSE2()
185 _mm_storel_epi64((__m128i*)&dst[3 * BPS], ref3); in ITransform_SSE2()
191 WebPUint32ToMem(&dst[3 * BPS], _mm_cvtsi128_si32(ref3)); in ITransform_SSE2()
317 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform_SSE2() local
319 const __m128i ref_1 = _mm_unpacklo_epi16(ref2, ref3); in FTransform_SSE2()
356 const __m128i ref3 = _mm_loadl_epi64((const __m128i*)&ref[3 * BPS]); in FTransform2_SSE2() local
360 const __m128i ref_3 = _mm_unpacklo_epi8(ref3, zero); in FTransform2_SSE2()