Home | History | Annotate | Download | only in src

Lines Matching defs:CLUT

743     cmsStage*         CLUT;
792 // Create the CLUT. 16 bits
793 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
794 if (CLUT == NULL) goto Error;
797 if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT))
801 if (!cmsStageSampleCLut16bit(CLUT, BlackPreservingGrayOnlySampler, (void*) &bp, 0))
837 // The CLUT will be stored at 16 bits, but calculations are performed at cmsFloat32Number precision
935 cmsStage* CLUT;
1012 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
1013 if (CLUT == NULL) goto Cleanup;
1015 if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT))
1018 cmsStageSampleCLut16bit(CLUT, BlackPreservingSampler, (void*) &bp, 0);