Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmssamp.c352 cmsFloat64Number inRamp[256], outRamp[256]; in cmsDetectDestinationBlackPoint() local
450 outRamp[l] = destLab.L; in cmsDetectDestinationBlackPoint()
455 outRamp[l] = cmsmin(outRamp[l], outRamp[l+1]); in cmsDetectDestinationBlackPoint()
459 if (! (outRamp[0] < outRamp[255])) { in cmsDetectDestinationBlackPoint()
469 MinL = outRamp[0]; MaxL = outRamp[255]; in cmsDetectDestinationBlackPoint()
475 (fabs(inRamp[l] - outRamp[l]) < 4.0 ))) in cmsDetectDestinationBlackPoint()
496 yRamp[l] = (outRamp[l] - MinL) / (MaxL - MinL); in cmsDetectDestinationBlackPoint()