Lines Matching refs:Lut
156 if (p -> Lut) in cmsDeleteTransform()
157 cmsPipelineFree(p -> Lut); in cmsDeleteTransform()
284 cmsPipelineEvalFloat(fIn, fOut, p->Lut); in FloatXFORM()
290 cmsPipelineEvalFloat(fIn, fOut, p->Lut); in FloatXFORM()
405 p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data); in PrecalculatedXFORM()
430 for (i=0; i < p ->Lut->OutputChannels; i++) { in TransformOnePixelWithGamutCheck()
436 p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data); in TransformOnePixelWithGamutCheck()
517 p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data); in CachedXFORM()
770 p->Lut = lut; in AllocEmptyTransform()
773 if (p->Lut != NULL) { in AllocEmptyTransform()
779 …if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat,… in AllocEmptyTransform()
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
1015 cmsPipeline* Lut; in cmsCreateExtendedTransform() local
1051 … Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags); in cmsCreateExtendedTransform()
1052 if (Lut == NULL) { in cmsCreateExtendedTransform()
1058 if ((cmsChannelsOf(EntryColorSpace) != cmsPipelineInputChannels(Lut)) || in cmsCreateExtendedTransform()
1059 (cmsChannelsOf(ExitColorSpace) != cmsPipelineOutputChannels(Lut))) { in cmsCreateExtendedTransform()
1060 cmsPipelineFree(Lut); in cmsCreateExtendedTransform()
1067 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags); in cmsCreateExtendedTransform()
1133 … xform ->Lut ->Eval16Fn(xform ->Cache.CacheIn, xform->Cache.CacheOut, xform -> Lut->Data); in cmsCreateExtendedTransform()