Searched defs:Slope (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsopt.c727 cmsFloat64Number Val, Slope, beta; local
739 Slope = (Val - BeginVal) / AtBegin;
740 beta = Val - Slope * AtBegin;
743 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
747 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases
748 beta = Val - Slope * AtEnd;
751 g ->Table16[i] = _cmsQuickSaturateWord(i * Slope + beta);
1010 // Slope-limit the obtained curves

Completed in 128 milliseconds