Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsgmt.c220 cmsFloat64Number dE1, dE2, ErrorRatio; in GamutSampler() local
242 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()