Lines Matching refs:cmsUInt32Number
40 … cmsUInt32Number X0[256], Y0[256], Z0[256]; // Precomputed nodes and offsets for 8-bit input data
52 cmsUInt32Number nInputs;
53 cmsUInt32Number nOutputs;
97 cmsUInt32Number nCurves; // Number of curves
98 cmsUInt32Number nElements; // Elements in curves
341 cmsUInt32Number i; in PrelinEval16()
386 cmsUInt32Number nInputs, cmsToneCurve** In, in PrelinOpt16alloc()
387 cmsUInt32Number nOutputs, cmsToneCurve** Out ) in PrelinOpt16alloc()
389 cmsUInt32Number i; in PrelinOpt16alloc()
446 cmsUInt32Number i; in XFormSampler16()
471 cmsUInt32Number i, n; in AllCurvesAreLinear()
489 cmsUInt32Number nChannelsOut, cmsUInt32Number nChannelsIn) in PatchLUT()
567 cmsBool WhitesAreEqual(cmsUInt32Number n, cmsUInt16Number White1[], cmsUInt16Number White2[] ) in WhitesAreEqual()
569 cmsUInt32Number i; in WhitesAreEqual()
586 cmsUInt32Number i, nOuts, nIns; in FixWhiteMisalignment()
664 …mpling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* O… in OptimizeByResampling()
671 cmsUInt32Number nGridPoints; in OptimizeByResampling()
1040 cmsUInt32Number i, Zeros = 0, Poles = 0; in IsDegenerated()
1041 cmsUInt32Number nEntries = g ->nEntries; in IsDegenerated()
1060 …zation(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* O… in OptimizeByComputingLinearization()
1063 cmsUInt32Number nGridPoints; in OptimizeByComputingLinearization()
1065 cmsUInt32Number t, i; in OptimizeByComputingLinearization()
1286 cmsUInt32Number i; in CurvesFree()
1301 cmsUInt32Number i; in CurvesDup()
1316 Curves16Data* CurvesAlloc(cmsContext ContextID, cmsUInt32Number nCurves, cmsUInt32Number nElements,… in CurvesAlloc()
1318 cmsUInt32Number i, j; in CurvesAlloc()
1372 cmsUInt32Number i; in FastEvaluateCurves8()
1388 cmsUInt32Number i; in FastEvaluateCurves16()
1402 cmsUInt32Number i; in FastIdentity16()
1413 …Curves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* O… in OptimizeByJoiningCurves()
1417 cmsUInt32Number i, j; in OptimizeByJoiningCurves()
1565 cmsUInt32Number ri, gi, bi; in MatShaperEval16()
1584 ri = (l1 < 0) ? 0 : ((l1 > 16384) ? 16384U : (cmsUInt32Number) l1); in MatShaperEval16()
1585 gi = (l2 < 0) ? 0 : ((l2 > 16384) ? 16384U : (cmsUInt32Number) l2); in MatShaperEval16()
1586 bi = (l3 < 0) ? 0 : ((l3 > 16384) ? 16384U : (cmsUInt32Number) l3); in MatShaperEval16()
1649 …rve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat) in SetMatShaper()
1698 …Shaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* O… in OptimizeMatrixShaper()
1932 cmsUInt32Number Intent, in _cmsOptimizePipeline()
1933 cmsUInt32Number* InputFormat, in _cmsOptimizePipeline()
1934 cmsUInt32Number* OutputFormat, in _cmsOptimizePipeline()
1935 cmsUInt32Number* dwFlags) in _cmsOptimizePipeline()