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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsgmt.c202 cmsFloat64Number Thereshold; // The thereshold after which is considered out of gamut member in struct:__anon28677
249 if (dE1 < t->Thereshold && dE2 < t->Thereshold)
254 if (dE1 < t->Thereshold && dE2 > t->Thereshold)
258 if (dE1 > t->Thereshold && dE2 < t->Thereshold)
259 Out[0] = (cmsUInt16Number) _cmsQuickFloor((dE1 - t->Thereshold) + .5);
269 if (ErrorRatio > t->Thereshold)
270 Out[0] = (cmsUInt16Number) _cmsQuickFloor((ErrorRatio - t->Thereshold)
[all...]

Completed in 74 milliseconds