Home | History | Annotate | Download | only in opts

Lines Matching refs:Y3

922     const auto Y3 = Y*Y*Y;
923 Y = (Y3 > 0.008856f).thenElse(Y3, (Y - (16/116.0f)) * (1/7.787f));