Searched refs:_cmsInterpFn16 (Results 1 – 2 of 2) sorted by relevance
55 …_cmsInterpFn16 EvalCurveIn16[MAX_INPUT_DIMENSIONS]; // The maximum number of input channels …58 _cmsInterpFn16 EvalCLUT; // The evaluator for 3D grid62 …_cmsInterpFn16* EvalCurveOut16; // Points to an array of curve evaluators in 16 bits (not-ow…343 …Duped->EvalCurveOut16 = (_cmsInterpFn16*) _cmsDupMem(ContextID, p16->EvalCurveOut16, p16->nOutputs… in Prelin16dup()381 … p16 -> EvalCurveOut16 = (_cmsInterpFn16*) _cmsCalloc(ContextID, nOutputs, sizeof(_cmsInterpFn16)); in PrelinOpt16alloc()
258 typedef void (* _cmsInterpFn16)(register const cmsUInt16Number Input[], typedef273 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits