HomeSort by relevance Sort by last modified time
    Searched refs:D65Y (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
gem-private.h 28 #define D65Y 1.0
103 *Y=D65Y*y;
117 *X=((*Y*((39.0*L/(v+13.0*L*(9.0*D65Y/(D65X+15.0*D65Y+3.0*D65Z))))-5.0))+
118 5.0*(*Y))/((((52.0*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/
120 *Z=(*X*(((52.0*L/(u+13.0*L*(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z))))-1.0)/3.0))-
161 if ((Y/D65Y) > CIEEpsilon)
162 y=pow(Y/D65Y,1.0/3.0);
164 y=(CIEK*Y/D65Y+16.0)/116.0;
183 if ((Y/D65Y) > CIEEpsilon
    [all...]
  /external/ImageMagick/tests/
validate.c 64 #define D65Y 1.0
254 if ((Y/D65Y) > CIEEpsilon)
255 y=pow(Y/D65Y,1.0/3.0);
257 y=(CIEK*Y/D65Y+16.0)/116.0;
303 *Y=D65Y*y;
492 if ((Y/D65Y) > CIEEpsilon)
493 *L=(double) (116.0*pow(Y/D65Y,1.0/3.0)-16.0);
495 *L=CIEK*(Y/D65Y);
497 *u=13.0*(*L)*((4.0*alpha*X)-(4.0*D65X/(D65X+15.0*D65Y+3.0*D65Z)));
498 *v=13.0*(*L)*((9.0*alpha*Y)-(9.0*D65Y/(D65X+15.0*D65Y+3.0*D65Z)))
    [all...]

Completed in 507 milliseconds