Searched refs:dE1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsgmt.c249 cmsFloat64Number dE1, dE2, ErrorRatio; local
252 dE1 = 0.;
274 dE1 = cmsDeltaE(&LabIn1, &LabOut1);
280 // if dE1 is small and dE2 is small, value is likely to be in gamut
281 if (dE1 < t->Thereshold && dE2 < t->Thereshold)
285 // if dE1 is small and dE2 is big, undefined. Assume in gamut
286 if (dE1 < t->Thereshold && dE2 > t->Thereshold)
289 // dE1 is big and dE2 is small, clearly out of gamut
290 if (dE1 > t->Thereshold && dE2 < t->Thereshold)
291 Out[0] = (cmsUInt16Number) _cmsQuickFloor((dE1
[all...]

Completed in 57 milliseconds