Home | History | Annotate | Download | only in src

Lines Matching refs:Interpolation

37     const cmsInterpParams* p;   // Tetrahedrical interpolation parameters. This is a not-owned pointer.
63 cmsInterpParams** ParamsCurveOut16; // Points to an array of references to interpolation params (not-owned pointer)
373 p16 -> EvalCurveIn16[i] = p16 ->ParamsCurveIn16[i]->Interpolation.Lerp16;
378 p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16;
393 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16;
592 // a reverse interpolation in this case.
763 _cmsPipelineSetOptimizationParameters(Dest, (_cmsOPTeval16Fn) DataCLUT->Params->Interpolation.Lerp16, DataCLUT->Params, NULL, NULL);
904 // A optimized interpolation for 8-bit input.