Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmssamp.c374 cmsFloat64Number MinL, MaxL; in cmsDetectDestinationBlackPoint() local
491 MinL = outRamp[0]; MaxL = outRamp[255]; in cmsDetectDestinationBlackPoint()
496 if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) || in cmsDetectDestinationBlackPoint()
520 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); in cmsDetectDestinationBlackPoint()