Home | History | Annotate | Download | only in include

Lines Matching refs:Interpolation

250 // Interpolation. 16 bits and floating point versions.
253 // Interpolation callbacks
255 // 16 bits forward interpolation. This function performs precision-limited linear interpolation
257 // choose to implement any other interpolation algorithm.
262 // Floating point forward interpolation. Full precision interpolation using floats. This is not a
264 // choose to implement any other interpolation algorithm.
273 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits
274 _cmsInterpFnFloat LerpFloat; // Forward interpolation in floating point
285 typedef struct _cms_interp_struc { // Used on all interpolations. Supplied by lcms2 when calling the interpolation function
290 cmsUInt32Number nInputs; // != 1 only in 3D interpolation
291 cmsUInt32Number nOutputs; // != 1 only in 3D interpolation
300 const void *Table; // Points to the actual interpolation table
301 cmsInterpFunction Interpolation; // Points to the function to do the interpolation