Home | History | Annotate | Download | only in src

Lines Matching refs:InputChannels

1737     cmsUInt8Number InputChannels, OutputChannels, CLUTpoints;
1745 if (!_cmsReadUInt8Number(io, &InputChannels)) goto Error;
1755 if (InputChannels > cmsMAXCHANNELS) goto Error;
1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
1775 if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) {
1782 if (!Read8bitTables(self ->ContextID, io, NewLUT, InputChannels)) goto Error;
1785 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels);
1813 if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T)))
1880 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->InputChannels)) return FALSE;
1913 if (!Write8bitTables(self ->ContextID, io, NewLUT ->InputChannels, PreMPE)) return FALSE;
1915 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels);
2032 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints;
2040 if (!_cmsReadUInt8Number(io, &InputChannels)) return NULL;
2048 if (InputChannels > cmsMAXCHANNELS) goto Error;
2052 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
2068 if ((InputChannels == 3) && !_cmsMAT3isIdentity((cmsMAT3*) Matrix)) {
2081 if (!Read16bitTables(self ->ContextID, io, NewLUT, InputChannels, InputEntries)) goto Error;
2084 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels);
2098 if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) {
2131 int i, InputChannels, OutputChannels, clutPoints;
2163 InputChannels = cmsPipelineInputChannels(NewLUT);
2171 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) InputChannels)) return FALSE;
2222 for (i=0; i < InputChannels; i++) {
2229 nTabSize = uipow(OutputChannels, clutPoints, InputChannels);
2317 cmsStage* ReadCLUT(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsUInt32Number Offset, int InputChannels, int OutputChannels)
2341 CLUT = cmsStageAllocCLut16bitGranular(self ->ContextID, GridPoints, InputChannels, OutputChannels, NULL);
4150 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE;
4151 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE;
4154 mpe ->InputChannels, BaseOffset, Curves, WriteMPECurve)) return FALSE;
4231 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE;
4234 nElems = mpe ->InputChannels * mpe ->OutputChannels;
4314 if (mpe -> InputChannels > 15) return FALSE;
4319 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->InputChannels)) return FALSE;
4324 for (i=0; i < mpe ->InputChannels; i++)