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

/external/pdfium/third_party/lcms/src/
H A Dcmssamp.c352 cmsFloat64Number inRamp[256], outRamp[256]; local
449 inRamp[l] = Lab.L;
474 if (! ((inRamp[l] <= MinL + 0.2 * (MaxL - MinL) ) ||
475 (fabs(inRamp[l] - outRamp[l]) < 4.0 )))
518 x[n] = inRamp[l];

Completed in 125 milliseconds