Searched refs:Lerp16 (Results 1 – 5 of 5) sorted by relevance
82 p ->Interpolation.Lerp16 = NULL; in _cmsSetInterpolationRoutine()90 if (p ->Interpolation.Lerp16 == NULL) in _cmsSetInterpolationRoutine()94 if (p ->Interpolation.Lerp16 == NULL) { in _cmsSetInterpolationRoutine()1424 Interpolation.Lerp16 = LinLerp1D; in DefaultInterpolatorsFactory()1432 Interpolation.Lerp16 = Eval1Input; in DefaultInterpolatorsFactory()1440 Interpolation.Lerp16 = BilinearInterp16; in DefaultInterpolatorsFactory()1450 Interpolation.Lerp16 = TrilinearInterp16; in DefaultInterpolatorsFactory()1458 Interpolation.Lerp16 = TetrahedralInterp16; in DefaultInterpolatorsFactory()1468 Interpolation.Lerp16 = Eval4Inputs; in DefaultInterpolatorsFactory()1475 Interpolation.Lerp16 = Eval5Inputs; in DefaultInterpolatorsFactory()[all …]
373 p16 -> EvalCurveIn16[i] = p16 ->ParamsCurveIn16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()378 p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16; in PrelinOpt16alloc()393 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()763 …zationParameters(Dest, (_cmsOPTeval16Fn) DataCLUT->Params->Interpolation.Lerp16, DataCLUT->Params,… in OptimizeByResampling()
1236 Curve ->InterpParams ->Interpolation.Lerp16(&v, &out, Curve ->InterpParams); in cmsEvalToneCurve16()
460 Data -> Params ->Interpolation.Lerp16(In16, Out16, Data->Params); in EvaluateCLUTfloatIn16()
273 _cmsInterpFn16 Lerp16; // Forward interpolation in 16 bits member