Searched refs:dE1 (Results 1 – 1 of 1) sorted by relevance
220 cmsFloat64Number dE1, dE2, ErrorRatio; in GamutSampler() local242 dE1 = cmsDeltaE(&LabIn1, &LabOut1); in GamutSampler()249 if (dE1 < t->Thereshold && dE2 < t->Thereshold) in GamutSampler()254 if (dE1 < t->Thereshold && dE2 > t->Thereshold) in GamutSampler()258 if (dE1 > t->Thereshold && dE2 < t->Thereshold) in GamutSampler()259 Out[0] = (cmsUInt16Number) _cmsQuickFloor((dE1 - t->Thereshold) + .5); in GamutSampler()265 ErrorRatio = dE1; in GamutSampler()267 ErrorRatio = dE1 / dE2; in GamutSampler()