Home | History | Annotate | Download | only in src

Lines Matching refs:OutputChannels

1737     cmsUInt8Number InputChannels, OutputChannels, CLUTpoints;
1746 if (!_cmsReadUInt8Number(io, &OutputChannels)) goto Error;
1756 if (OutputChannels > cmsMAXCHANNELS) goto Error;
1759 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
1785 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels);
1813 if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T)))
1820 if (!Read8bitTables(self ->ContextID, io, NewLUT, OutputChannels)) goto Error;
1881 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) NewLUT ->OutputChannels)) return FALSE;
1915 nTabSize = uipow(NewLUT->OutputChannels, clutPoints, NewLUT ->InputChannels);
1931 if (!Write8bitTables(self ->ContextID, io, NewLUT ->OutputChannels, PostMPE)) return FALSE;
2032 cmsUInt8Number InputChannels, OutputChannels, CLUTpoints;
2041 if (!_cmsReadUInt8Number(io, &OutputChannels)) return NULL;
2049 if (OutputChannels > cmsMAXCHANNELS) goto Error;
2052 NewLUT = cmsPipelineAlloc(self ->ContextID, InputChannels, OutputChannels);
2084 nTabSize = uipow(OutputChannels, CLUTpoints, InputChannels);
2098 if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, cmsStageAllocCLut16bit(self ->ContextID, CLUTpoints, InputChannels, OutputChannels, T))) {
2107 if (!Read16bitTables(self ->ContextID, io, NewLUT, OutputChannels, OutputEntries)) goto Error;
2131 int i, InputChannels, OutputChannels, clutPoints;
2164 OutputChannels = cmsPipelineOutputChannels(NewLUT);
2172 if (!_cmsWriteUInt8Number(io, (cmsUInt8Number) OutputChannels)) return FALSE;
2229 nTabSize = uipow(OutputChannels, clutPoints, InputChannels);
2243 for (i=0; i < OutputChannels; i++) {
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);
4232 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->OutputChannels)) return FALSE;
4234 nElems = mpe ->InputChannels * mpe ->OutputChannels;
4241 for (i=0; i < mpe ->OutputChannels; i++) {
4320 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) mpe ->OutputChannels)) return FALSE;