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

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

Completed in 89 milliseconds