Home
last modified time | relevance | path

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

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