Home | History | Annotate | Download | only in src

Lines Matching refs:Table

774 cmsInterpParams*     _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
775 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
782 // In the case of table-based, Eval pointer is set to NULL
791 cmsInterpParams** SegInterp; // Array of private optimizations for interpolation in table-based segments
795 // 16 bit Table-based representation follows
796 cmsUInt32Number nEntries; // Number of table elements
797 cmsUInt16Number* Table16; // The table itself.
989 cmsNAMEDCOLORLIST* InputColorant; // Input Colorant table
990 cmsNAMEDCOLORLIST* OutputColorant; // Colorant table (for n chans > CMYK)