Lines Matching defs:Y1
45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077);
48 const __m128i R1 = _mm_sub_epi16(Y1, k14234);
53 const __m128i G2 = _mm_add_epi16(Y1, k8708);
59 const __m128i B1 = _mm_adds_epu16(B0, Y1);
573 __m128i r, g, b, Y0, Y1;
585 ConvertRGBToY_SSE2(&r, &g, &b, &Y1);
588 STORE_16(_mm_packus_epi16(Y0, Y1), y + i);
607 __m128i r, g, b, Y0, Y1;
619 ConvertRGBToY_SSE2(&r, &g, &b, &Y1);
622 STORE_16(_mm_packus_epi16(Y0, Y1), y + i);
634 __m128i Y0, Y1, rgb[6];
637 ConvertRGBToY_SSE2(&rgb[1], &rgb[3], &rgb[5], &Y1);
638 STORE_16(_mm_packus_epi16(Y0, Y1), y + i);