Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsio1.c159 cmsPipeline* Lut; in BuildGrayInputMatrixPipeline() local
212 cmsPipeline* Lut; in BuildRGBInputMatrixShaper() local
268 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); in _cmsReadFloatInputTag() local
319 cmsPipeline* Lut; in _cmsReadInputLUT() local
360 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadInputLUT() local
414 cmsPipeline* Lut; in BuildGrayOutputPipeline() local
455 cmsPipeline* Lut; in BuildRGBOutputMatrixShaper() local
518 void ChangeInterpolationToTrilinear(cmsPipeline* Lut) in ChangeInterpolationToTrilinear()
542 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); in _cmsReadFloatOutputTag() local
611 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadOutputLUT() local
[all …]
Dcmsopt.c152 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) in _Remove1Op()
172 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) in _Remove2Op()
221 cmsBool _MultiplyMatrix(cmsPipeline* Lut) in _MultiplyMatrix()
284 cmsBool PreOptimize(cmsPipeline* Lut) in PreOptimize()
459 cmsPipeline* Lut = (cmsPipeline*) Cargo; in XFormSampler16() local
597 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpac… in FixWhiteMisalignment()
679 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeByResampling()
1067 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number… in OptimizeByComputingLinearization()
1401 cmsPipeline* Lut = (cmsPipeline*) D; in FastIdentity16() local
1413 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFo… in OptimizeByJoiningCurves()
[all …]
Dcmsvirt.c1027 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) in CheckOne()
1043 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature Destinat… in FindCombination()
Dcmslut.c110 cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...) in cmsPipelineCheckAndRetreiveStages()
1665 void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, in _cmsPipelineSetOptimizationParameters()
Dcmscnvrt.c519 cmsPipeline* Lut = NULL; in DefaultICCintents() local
Dcmstypes.c1652 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeA2B() local
1666 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeB2A() local
2757 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTA2B_Write() local
2945 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTB2A_Write() local
4623 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_MPE_Write() local
Dcmsxform.c1120 cmsPipeline* Lut; in cmsCreateExtendedTransform() local
Dlcms2_internal.h1070 cmsPipeline* Lut; member