Home
last modified time | relevance | path

Searched refs:OutputChannels (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmslut.c34 cmsUInt32Number OutputChannels, in _cmsStageAllocPlaceholder() argument
51 ph ->OutputChannels = OutputChannels; in _cmsStageAllocPlaceholder()
321 for (i=0; i < mpe ->OutputChannels; i++) { in EvaluateMatrix()
350 sz = mpe ->InputChannels * mpe ->OutputChannels; in MatrixElemDup()
356 … Data ->Offset, mpe -> OutputChannels * sizeof(cmsFloat64Number)) ; in MatrixElemDup()
457 _cmsAssert(mpe ->OutputChannels <= MAX_STAGE_CHANNELS); in EvaluateCLUTfloatIn16()
461 From16ToFloat(Out16, Out, mpe ->OutputChannels); in EvaluateCLUTfloatIn16()
1199 return mpe ->OutputChannels; in cmsStageOutputChannels()
1227 mpe ->OutputChannels, in cmsStageDup()
1271 if (Last != NULL) lut ->OutputChannels = Last ->OutputChannels; in BlessLUT()
[all …]
Dcmsopt.c330 _cmsAssert(Lut -> OutputChannels < cmsMAXCHANNELS); in XFormSampler16()
340 for (i=0; i < Lut ->OutputChannels; i++) in XFormSampler16()
482 if (Lut ->OutputChannels != nOuts) return FALSE; in FixWhiteMisalignment()
586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByResampling()
614 …sStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL); in OptimizeByResampling()
689 Dest ->OutputChannels, in OptimizeByResampling()
1048 …sPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut ->OutputChannels); in OptimizeByComputingLinearization()
1058 …inalLut ->ContextID, nGridPoints, OriginalLut ->InputChannels, OriginalLut ->OutputChannels, NULL); in OptimizeByComputingLinearization()
1289 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByJoiningCurves()
1582 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeMatrixShaper()
Dcmstypes.c1737 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; in Type_LUT8_Read() local
1746 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error; in Type_LUT8_Read()
1756 if (OutputChannels > cmsMAXCHANNELS) goto Error; in Type_LUT8_Read()
1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT8_Read()
1785 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); in Type_LUT8_Read()
1813 …cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) in Type_LUT8_Read()
1820 if (!Read8bitTables(self ->ContextID, io, NewLUT, OutputChannels)) goto Error; in Type_LUT8_Read()
1881 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE; in Type_LUT8_Write()
1915 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels); in Type_LUT8_Write()
1931 if (!Write8bitTables(self ->ContextID, io, NewLUT ->OutputChannels, PostMPE)) return FALSE; in Type_LUT8_Write()
[all …]
Dlcms2_internal.h799 cmsUInt32Number OutputChannels; // Output channels -- for optimization purposes member
840 cmsUInt32Number InputChannels, OutputChannels; member
Dcmsxform.c339 for (i=0; i < p ->Lut->OutputChannels; i++) { in TransformOnePixelWithGamutCheck()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2_plugin.h494 cmsUInt32Number OutputChannels,
Dlcms2.h1184 …PipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Number OutputChannels);