Home | History | Annotate | Download | only in src

Lines Matching defs:CLUT

724     cmsStage*         CLUT;
773 // Create the CLUT. 16 bits
774 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
775 if (CLUT == NULL) goto Error;
778 if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT))
782 if (!cmsStageSampleCLut16bit(CLUT, BlackPreservingGrayOnlySampler, (void*) &bp, 0))
818 // The CLUT will be stored at 16 bits, but calculations are performed at cmsFloat32Number precision
916 cmsStage* CLUT;
993 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
994 if (CLUT == NULL) goto Cleanup;
996 if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT))
999 cmsStageSampleCLut16bit(CLUT, BlackPreservingSampler, (void*) &bp, 0);