Searched refs:Lerp16 (Results 1 – 5 of 5) sorted by relevance
89 p ->Interpolation.Lerp16 = NULL; in _cmsSetInterpolationRoutine()97 if (p ->Interpolation.Lerp16 == NULL) in _cmsSetInterpolationRoutine()101 if (p ->Interpolation.Lerp16 == NULL) { in _cmsSetInterpolationRoutine()1432 Interpolation.Lerp16 = LinLerp1D; in DefaultInterpolatorsFactory()1440 Interpolation.Lerp16 = Eval1Input; in DefaultInterpolatorsFactory()1448 Interpolation.Lerp16 = BilinearInterp16; in DefaultInterpolatorsFactory()1458 Interpolation.Lerp16 = TrilinearInterp16; in DefaultInterpolatorsFactory()1466 Interpolation.Lerp16 = TetrahedralInterp16; in DefaultInterpolatorsFactory()1476 Interpolation.Lerp16 = Eval4Inputs; in DefaultInterpolatorsFactory()1483 Interpolation.Lerp16 = Eval5Inputs; in DefaultInterpolatorsFactory()[all …]
406 p16 -> EvalCurveIn16[i] = p16 ->ParamsCurveIn16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()411 p16 ->EvalCLUT = ColorMap ->Interpolation.Lerp16; in PrelinOpt16alloc()426 p16 -> EvalCurveOut16[i] = p16 ->ParamsCurveOut16[i]->Interpolation.Lerp16; in PrelinOpt16alloc()801 …zationParameters(Dest, (_cmsOPTeval16Fn) DataCLUT->Params->Interpolation.Lerp16, DataCLUT->Params,… in OptimizeByResampling()
1394 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