Home | History | Annotate | Download | only in src

Lines Matching refs:Lut

569 // Following code dumps a LUT onto memory stream
912 DeviceLink = cmsPipelineDup(v ->Lut);
1051 cmsPipeline* lut = NULL;
1075 // Read the lut with all necessary conversion stages
1076 lut = _cmsReadInputLUT(hProfile, Intent);
1077 if (lut == NULL) goto Error;
1080 // Tone curves + matrix can be implemented without any LUT
1081 if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) {
1087 // We need a LUT for the rest
1096 // Get rid of LUT
1097 if (lut != NULL) cmsPipelineFree(lut);
1103 if (lut != NULL) cmsPipelineFree(lut);
1192 _cmsIOPrintf(m, "%% Absolute colorimetric -- encode to relative to maximize LUT usage\n"
1303 // For absolute colorimetric, the LUT is encoded as relative in order to preserve precision.
1327 DeviceLink = cmsPipelineDup(v ->Lut);
1468 // CRD are always LUT-Based, no matter if profile is
1494 // CRD are always implemented as LUT