Searched refs:Interpolation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsintrp.c61 // Interpolation routines by default
90 p ->Interpolation = Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags);
94 if (p ->Interpolation.Lerp16 == NULL)
95 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags);
98 if (p ->Interpolation.Lerp16 == NULL) {
1422 cmsInterpFunction Interpolation; local
1426 memset(&Interpolation, 0, sizeof(Interpolation));
1430 return Interpolation;
1439 Interpolation
[all...]
H A Dcmsopt.c323 p16 -> EvalCurveIn16[i] = p16 ->ParamsCurveIn16[i]->Interpolation.Lerp16;
328 p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16;
344 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16;
697 _cmsPipelineSetOptimizationParameters(Dest, (_cmsOPTeval16Fn) DataCLUT->Params->Interpolation.Lerp16, DataCLUT->Params, NULL, NULL);
H A Dcmsgamma.c553 g ->SegInterp[i] -> Interpolation.LerpFloat(&R1, &Out, g ->SegInterp[i]);
1155 Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams);
H A Dlcms2_plugin.h269 // Interpolation. 16 bits and floating point versions.
272 // Interpolation callbacks
320 cmsInterpFunction Interpolation; // Points to the function to do the interpolation member in struct:_cms_interp_struc
H A Dcmslut.c472 Data -> Params ->Interpolation.LerpFloat(In, Out, Data->Params);
487 Data -> Params ->Interpolation.Lerp16(In16, Out16, Data->Params);

Completed in 50 milliseconds