Lines Matching refs:cmsToneCurve
353 int nInputs, cmsToneCurve** In, in PrelinOpt16alloc()
354 int nOutputs, cmsToneCurve** Out ) in PrelinOpt16alloc()
437 cmsToneCurve** Curves; in AllCurvesAreLinear()
580 cmsToneCurve** Curves = _cmsStageGetPtrToCurveSet(PreLin); in FixWhiteMisalignment()
595 cmsToneCurve** Curves = _cmsStageGetPtrToCurveSet(PostLin); in FixWhiteMisalignment()
599 cmsToneCurve* InversePostLin = cmsReverseToneCurve(Curves[i]); in FixWhiteMisalignment()
643 cmsToneCurve** DataSetIn; in OptimizeByResampling()
644 cmsToneCurve** DataSetOut; in OptimizeByResampling()
804 void SlopeLimiting(cmsToneCurve* g) in SlopeLimiting()
839 Prelin8Data* PrelinOpt8alloc(cmsContext ContextID, const cmsInterpParams* p, cmsToneCurve* G[3]) in PrelinOpt8alloc()
1001 cmsBool IsDegenerated(const cmsToneCurve* g) in IsDegenerated()
1027 cmsToneCurve *Trans[cmsMAXCHANNELS], *TransReverse[cmsMAXCHANNELS]; in OptimizeByComputingLinearization()
1036 cmsToneCurve** OptimizedPrelinCurves; in OptimizeByComputingLinearization()
1273 Curves16Data* CurvesAlloc(cmsContext ContextID, int nCurves, int nElements, cmsToneCurve** G) in CurvesAlloc()
1369 cmsToneCurve** GammaTables = NULL; in OptimizeByJoiningCurves()
1393 …GammaTables = (cmsToneCurve**) _cmsCalloc(Src ->ContextID, Src ->InputChannels, sizeof(cmsToneCurv… in OptimizeByJoiningCurves()
1549 cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve) in FillFirstShaper()
1568 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
1598 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsTon… in SetMatShaper()