Searched refs:InputChannels (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmslut.c | 33 cmsUInt32Number InputChannels, in _cmsStageAllocPlaceholder() argument 50 ph ->InputChannels = InputChannels; in _cmsStageAllocPlaceholder() 66 memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number)); in EvaluateIdentity() 324 for (j=0; j < mpe->InputChannels; j++) { in EvaluateMatrix() 325 Tmp += In[j] * Data->Double[i*mpe->InputChannels + j]; in EvaluateMatrix() 350 sz = mpe ->InputChannels * mpe ->OutputChannels; in MatrixElemDup() 456 _cmsAssert(mpe ->InputChannels <= MAX_STAGE_CHANNELS); in EvaluateCLUTfloatIn16() 459 FromFloatTo16(In, In16, mpe ->InputChannels); in EvaluateCLUTfloatIn16() 1194 return mpe ->InputChannels; in cmsStageInputChannels() 1226 mpe ->InputChannels, in cmsStageDup() [all …]
|
D | cmsopt.c | 329 _cmsAssert(Lut -> InputChannels < cmsMAXCHANNELS); in XFormSampler16() 333 for (i=0; i < Lut ->InputChannels; i++) in XFormSampler16() 481 if (Lut ->InputChannels != nIns) return FALSE; in FixWhiteMisalignment() 586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels); in OptimizeByResampling() 614 …CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChanne… in OptimizeByResampling() 687 Dest ->InputChannels, in OptimizeByResampling() 988 for (t = 0; t < OriginalLut ->InputChannels; t++) { in OptimizeByComputingLinearization() 999 for (t=0; t < OriginalLut ->InputChannels; t++) in OptimizeByComputingLinearization() 1006 for (t=0; t < OriginalLut ->InputChannels; t++) in OptimizeByComputingLinearization() 1011 for (t = 0; t < OriginalLut ->InputChannels; t++) in OptimizeByComputingLinearization() [all …]
|
D | cmstypes.c | 1737 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints; in Type_LUT8_Read() local 1745 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error; in Type_LUT8_Read() 1755 if (InputChannels > cmsMAXCHANNELS) goto Error; in Type_LUT8_Read() 1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels); in Type_LUT8_Read() 1775 if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) { in Type_LUT8_Read() 1782 if (!Read8bitTables(self ->ContextID, io, NewLUT, InputChannels)) goto Error; in Type_LUT8_Read() 1785 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels); in Type_LUT8_Read() 1813 …wLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannel… in Type_LUT8_Read() 1880 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE; in Type_LUT8_Write() 1913 if (!Write8bitTables(self ->ContextID, io, NewLUT ->InputChannels, PreMPE)) return FALSE; in Type_LUT8_Write() [all …]
|
D | lcms2_internal.h | 798 cmsUInt32Number InputChannels; // Input channels -- for optimization purposes member 840 cmsUInt32Number InputChannels, OutputChannels; member
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2_plugin.h | 493 cmsUInt32Number InputChannels,
|
D | lcms2.h | 1184 … CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUInt32Numb…
|