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
217 cmsPipeline* Lut; in BuildRGBInputMatrixShaper() local
273 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); in _cmsReadFloatInputTag() local
324 cmsPipeline* Lut; in _cmsReadInputLUT() local
367 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadInputLUT() local
421 cmsPipeline* Lut; in BuildGrayOutputPipeline() local
462 cmsPipeline* Lut; in BuildRGBOutputMatrixShaper() local
525 void ChangeInterpolationToTrilinear(cmsPipeline* Lut) in ChangeInterpolationToTrilinear()
549 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); in _cmsReadFloatOutputTag() local
618 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()
444 cmsPipeline* Lut = (cmsPipeline*) Cargo; in XFormSampler16() local
582 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpac… in FixWhiteMisalignment()
664 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeByResampling()
1060 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()
1666 void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, in _cmsPipelineSetOptimizationParameters()
Dcmscnvrt.c532 cmsPipeline* Lut = NULL; in DefaultICCintents() local
Dcmstypes.c1592 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeA2B() local
1606 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeB2A() local
2692 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTA2B_Write() local
2880 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTB2A_Write() local
4517 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_MPE_Write() local
Dcmsxform.c1023 cmsPipeline* Lut; in cmsCreateExtendedTransform() local
Dlcms2_internal.h1035 cmsPipeline* Lut; member