Searched defs:Lut (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsio1.c159 cmsPipeline* Lut; local
165 Lut = cmsPipelineAlloc(ContextID, 1, 3);
166 if (Lut == NULL)
185 if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, OneToThreeInputMatrix, NULL)) ||
186 !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 3, LabCurves))) {
196 if (!cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, 1, &GrayTRC)) ||
197 !cmsPipelineInsertStage(Lut, cmsAT_END, cmsStageAllocMatrix(ContextID, 3, 1, GrayInputMatrix, NULL)))
201 return Lut;
209 cmsPipelineFree(Lut);
217 cmsPipeline* Lut; local
273 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); local
324 cmsPipeline* Lut; local
364 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); local
418 cmsPipeline* Lut; local
459 cmsPipeline* Lut; local
522 ChangeInterpolationToTrilinear(cmsPipeline* Lut) argument
546 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); local
612 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); local
668 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); local
708 cmsPipeline* Lut; local
[all...]
H A Dcmscnvrt.c528 cmsPipeline* Lut = NULL; local
588 Lut = _cmsReadDevicelinkLUT(hProfile, Intent);
589 if (Lut == NULL) goto Error;
608 Lut = _cmsReadInputLUT(hProfile, Intent);
609 if (Lut == NULL) goto Error;
614 Lut = _cmsReadOutputLUT(hProfile, Intent);
615 if (Lut == NULL) goto Error;
625 if (!cmsPipelineCat(Result, Lut))
628 cmsPipelineFree(Lut);
629 Lut
[all...]
H A Dcmsvirt.c957 nc2 ->ColorantCount = cmsPipelineOutputChannels(v ->Lut);
1010 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) argument
1015 for (n=0, mpe = Lut ->Elements; mpe != NULL; mpe = mpe ->Next, n++) {
1026 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature DestinationTag) argument
1037 if (CheckOne(Tab, Lut)) return Tab;
1061 mpe = cmsPipelineGetPtrToFirstStage(xform ->Lut);
1072 LUT = cmsPipelineDup(xform ->Lut);
H A Dcmsxform.c156 if (p -> Lut)
157 cmsPipelineFree(p -> Lut);
238 cmsPipelineEvalFloat(fIn, fOut, p -> Lut);
244 cmsPipelineEvalFloat(fIn, fOut, p -> Lut);
319 p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data);
339 for (i=0; i < p ->Lut->OutputChannels; i++) {
345 p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data);
405 p ->Lut
815 cmsPipeline* Lut; local
[all...]
H A Dcmslut.c110 cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...) argument
119 if (cmsPipelineStageCount(Lut) != n) return FALSE;
124 mpe = Lut ->Elements;
138 mpe = Lut ->Elements;
1618 void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, argument
1625 Lut ->Eval16Fn = Eval16;
1626 Lut ->DupDataFn = DupPrivateDataFn;
1627 Lut ->FreeDataFn = FreePrivateDataFn;
1628 Lut ->Data = PrivateData;
1725 // If Lut i
[all...]
H A Dcmsopt.c119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) argument
121 cmsStage** pt = &Lut ->Elements;
139 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) argument
145 pt1 = &Lut ->Elements;
168 cmsBool PreOptimize(cmsPipeline* Lut) argument
177 Opt |= _Remove1Op(Lut, cmsSigIdentityElemType);
180 Opt |= _Remove2Op(Lut, cmsSigXYZ2LabElemType, cmsSigLab2XYZElemType);
183 Opt |= _Remove2Op(Lut, cmsSigLab2XYZElemType, cmsSigXYZ2LabElemType);
186 Opt |= _Remove2Op(Lut, cmsSigLabV4toV2, cmsSigLabV2toV4);
189 Opt |= _Remove2Op(Lut, cmsSigLabV2toV
325 cmsPipeline* Lut = (cmsPipeline*) Cargo; local
467 FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpaceSignature ExitColorSpace) argument
549 OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
941 OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1255 cmsPipeline* Lut = (cmsPipeline*) D; local
1267 OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1539 OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
[all...]
H A Dlcms2_internal.h896 cmsPipeline** Lut,
968 cmsPipeline* Lut; member in struct:_cmstransform_struct
H A Dcmstypes.c1571 cmsPipeline* Lut = (cmsPipeline*) Data; local
1574 if (Lut ->SaveAs8Bits) return cmsSigLut8Type;
1585 cmsPipeline* Lut = (cmsPipeline*) Data; local
1588 if (Lut ->SaveAs8Bits) return cmsSigLut8Type;
2664 cmsPipeline* Lut = (cmsPipeline*) Ptr; local
2675 if (Lut ->Elements != NULL)
2676 if (!cmsPipelineCheckAndRetreiveStages(Lut, 1, cmsSigCurveSetElemType, &B))
2677 if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigMatrixElemType, cmsSigCurveSetElemType, &M, &Matrix, &B))
2678 if (!cmsPipelineCheckAndRetreiveStages(Lut, 3, cmsSigCurveSetElemType, cmsSigCLutElemType, cmsSigCurveSetElemType, &A, &CLUT, &B))
2679 if (!cmsPipelineCheckAndRetreiveStages(Lut,
2849 cmsPipeline* Lut = (cmsPipeline*) Ptr; local
4450 cmsPipeline* Lut = (cmsPipeline*) Ptr; local
[all...]

Completed in 109 milliseconds