Lines Matching refs:Table
873 // Store the precalculated table of nodes
878 // Store the precalculated table of offsets
920 const cmsUInt16Number* LutTable = (const cmsUInt16Number*) p->Table;
1547 // This table converts from 8 bits to 1.14 after applying the curve
1549 cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve)
1561 Table[i] = DOUBLE_TO_1FIXED14(y);
1566 // This table converts form 1.14 (being 0x4000 the last entry) to 8 bits after applying the curve
1568 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
1589 Table[i] = FROM_8_TO_16(b);
1591 else Table[i] = _cmsQuickSaturateWord(Val * 65535.0);