Home | History | Annotate | Download | only in src

Lines Matching refs:InputChannels

329     _cmsAssert(Lut -> InputChannels < cmsMAXCHANNELS);
333 for (i=0; i < Lut ->InputChannels; i++)
481 if (Lut ->InputChannels != nIns) return FALSE;
586 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
614 CLUT = cmsStageAllocCLut16bit(Src ->ContextID, nGridPoints, Src ->InputChannels, Src->OutputChannels, NULL);
687 Dest ->InputChannels,
988 for (t = 0; t < OriginalLut ->InputChannels; t++) {
999 for (t=0; t < OriginalLut ->InputChannels; t++)
1006 for (t=0; t < OriginalLut ->InputChannels; t++)
1011 for (t = 0; t < OriginalLut ->InputChannels; t++)
1017 for (t=0; (lIsSuitable && (t < OriginalLut ->InputChannels)); t++) {
1035 for (t = 0; t < OriginalLut ->InputChannels; t++) {
1044 if (!cmsPipelineInsertStage(LutPlusCurves, cmsAT_BEGIN, cmsStageAllocToneCurves(OriginalLut ->ContextID, OriginalLut ->InputChannels, TransReverse)))
1048 OptimizedLUT = cmsPipelineAlloc(OriginalLut ->ContextID, OriginalLut ->InputChannels, OriginalLut ->OutputChannels);
1051 OptimizedPrelinMpe = cmsStageAllocToneCurves(OriginalLut ->ContextID, OriginalLut ->InputChannels, Trans);
1058 OptimizedCLUTmpe = cmsStageAllocCLut16bit(OriginalLut ->ContextID, nGridPoints, OriginalLut ->InputChannels, OriginalLut ->OutputChannels, NULL);
1068 for (t = 0; t < OriginalLut ->InputChannels; t++) {
1122 for (t = 0; t < OriginalLut ->InputChannels; t++) {
1258 for (i=0; i < Lut ->InputChannels; i++) {
1289 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);
1293 GammaTables = (cmsToneCurve**) _cmsCalloc(Src ->ContextID, Src ->InputChannels, sizeof(cmsToneCurve*));
1296 for (i=0; i < Src ->InputChannels; i++) {
1304 for (j=0; j < Src ->InputChannels; j++)
1309 for (j=0; j < Src ->InputChannels; j++)
1313 ObtainedCurves = cmsStageAllocToneCurves(Src ->ContextID, Src ->InputChannels, GammaTables);
1316 for (i=0; i < Src ->InputChannels; i++) {
1355 if (!cmsPipelineInsertStage(Dest, cmsAT_BEGIN, cmsStageAllocIdentity(Dest ->ContextID, Src ->InputChannels)))
1371 for (i=0; i < Src ->InputChannels; i++) {
1582 Dest = cmsPipelineAlloc(Src ->ContextID, Src ->InputChannels, Src ->OutputChannels);