Searched defs:Lut (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsio1.c | 159 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 364 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadInputLUT() local 418 cmsPipeline* Lut; in BuildGrayOutputPipeline() local 459 cmsPipeline* Lut; in BuildRGBOutputMatrixShaper() local 522 void ChangeInterpolationToTrilinear(cmsPipeline* Lut) in ChangeInterpolationToTrilinear() 546 cmsPipeline* Lut = cmsPipelineDup((cmsPipeline*) cmsReadTag(hProfile, tagFloat)); in _cmsReadFloatOutputTag() local 612 cmsPipeline* Lut = (cmsPipeline*) cmsReadTag(hProfile, tag16); in _cmsReadOutputLUT() local [all …]
|
D | cmsopt.c | 119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) in _Remove1Op() 139 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) in _Remove2Op() 168 cmsBool PreOptimize(cmsPipeline* Lut) in PreOptimize() 325 cmsPipeline* Lut = (cmsPipeline*) Cargo; in XFormSampler16() local 467 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpac… in FixWhiteMisalignment() 549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeByResampling() 941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number… in OptimizeByComputingLinearization() 1255 cmsPipeline* Lut = (cmsPipeline*) D; in FastIdentity16() local 1267 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFo… in OptimizeByJoiningCurves() 1539 cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeMatrixShaper()
|
D | cmsvirt.c | 1010 cmsBool CheckOne(const cmsAllowedLUT* Tab, const cmsPipeline* Lut) in CheckOne() 1026 const cmsAllowedLUT* FindCombination(const cmsPipeline* Lut, cmsBool IsV4, cmsTagSignature Destinat… in FindCombination()
|
D | cmslut.c | 110 cmsBool CMSEXPORT cmsPipelineCheckAndRetreiveStages(const cmsPipeline* Lut, cmsUInt32Number n, ...) in cmsPipelineCheckAndRetreiveStages() 1618 void CMSEXPORT _cmsPipelineSetOptimizationParameters(cmsPipeline* Lut, in _cmsPipelineSetOptimizationParameters()
|
D | cmscnvrt.c | 528 cmsPipeline* Lut = NULL; in DefaultICCintents() local
|
D | cmstypes.c | 1571 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeA2B() local 1585 cmsPipeline* Lut = (cmsPipeline*) Data; in DecideLUTtypeB2A() local 2664 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTA2B_Write() local 2849 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_LUTB2A_Write() local 4450 cmsPipeline* Lut = (cmsPipeline*) Ptr; in Type_MPE_Write() local
|
D | cmsxform.c | 815 cmsPipeline* Lut; in cmsCreateExtendedTransform() local
|
D | lcms2_internal.h | 968 cmsPipeline* Lut; member
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 54 PARAM_TEST_CASE(Lut, MatDepth, MatDepth, Channels, bool, bool) in PARAM_TEST_CASE() argument 101 OCL_TEST_P(Lut, Mat) in OCL_TEST_P() argument
|