Searched defs:_cms_interp_struc (Results 1 – 1 of 1) sorted by relevance
292 typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling t… struct294 cmsContext ContextID; // The calling thread296 cmsUInt32Number dwFlags; // Keep original flags297 cmsUInt32Number nInputs; // != 1 only in 3D interpolation298 cmsUInt32Number nOutputs; // != 1 only in 3D interpolation300 cmsUInt32Number nSamples[MAX_INPUT_DIMENSIONS]; // Valid on all kinds of tables301 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1303 …UT_DIMENSIONS]; // Optimization for 3D CLUT. This is the number of nodes premultiplied for each307 const void *Table; // Points to the actual interpolation table308 cmsInterpFunction Interpolation; // Points to the function to do the interpolation