Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmssamp.c373 cmsFloat64Number inRamp[256], outRamp[256]; in cmsDetectDestinationBlackPoint() local
471 outRamp[l] = destLab.L; in cmsDetectDestinationBlackPoint()
476 outRamp[l] = cmsmin(outRamp[l], outRamp[l+1]); in cmsDetectDestinationBlackPoint()
480 if (! (outRamp[0] < outRamp[255])) { in cmsDetectDestinationBlackPoint()
491 MinL = outRamp[0]; MaxL = outRamp[255]; in cmsDetectDestinationBlackPoint()
497 (fabs(inRamp[l] - outRamp[l]) < 4.0 ))) in cmsDetectDestinationBlackPoint()
520 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); in cmsDetectDestinationBlackPoint()