Searched defs:_cms_interp_struc (Results 1 – 1 of 1) sorted by relevance
285 typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling t… struct287 cmsContext ContextID; // The calling thread289 cmsUInt32Number dwFlags; // Keep original flags290 cmsUInt32Number nInputs; // != 1 only in 3D interpolation291 cmsUInt32Number nOutputs; // != 1 only in 3D interpolation293 cmsUInt32Number nSamples[MAX_INPUT_DIMENSIONS]; // Valid on all kinds of tables294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1296 …UT_DIMENSIONS]; // Optimization for 3D CLUT. This is the number of nodes premultiplied for each300 const void *Table; // Points to the actual interpolation table301 cmsInterpFunction Interpolation; // Points to the function to do the interpolation