Searched refs:dE2 (Results 1 – 1 of 1) sorted by relevance
220 cmsFloat64Number dE1, dE2, ErrorRatio; in GamutSampler() local245 dE2 = cmsDeltaE(&LabIn2, &LabOut2); 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()264 if (dE2 == 0.0) in GamutSampler()267 ErrorRatio = dE1 / dE2; in GamutSampler()