Home | History | Annotate | Download | only in Shader

Lines Matching refs:yY

1908 			const float Yy = studioSwing ? 255.0f / (235 - 16) : 1.0f;
1917 const float R0 = (studioSwing * -16 * Yy - 128 * Rv) / 255;
1918 const float G0 = (studioSwing * -16 * Yy - 128 * Gu - 128 * Gv) / 255;
1919 const float B0 = (studioSwing * -16 * Yy - 128 * Bu) / 255;
1943 const UShort4 yY = UShort4(iround(Yy * 0x4000));
1953 UShort4 y = MulHigh(Y, yY);