Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsgmt.c202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamut member
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()
269 if (ErrorRatio > t->Thereshold) in GamutSampler()
270 Out[0] = (cmsUInt16Number) _cmsQuickFloor((ErrorRatio - t->Thereshold) + .5); in GamutSampler()
326 Chain.Thereshold = 1.0; in _cmsCreateGamutCheckPipeline()
329 Chain.Thereshold = ERR_THERESHOLD; in _cmsCreateGamutCheckPipeline()