Home | History | Annotate | Download | only in src

Lines Matching defs:Lut

156     if (p -> Lut)
157 cmsPipelineFree(p -> Lut);
284 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
290 cmsPipelineEvalFloat(fIn, fOut, p->Lut);
405 p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data);
430 for (i=0; i < p ->Lut->OutputChannels; i++) {
436 p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data);
517 p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data);
756 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut,
765 cmsPipelineFree(lut);
770 p->Lut = lut;
773 if (p->Lut != NULL) {
779 if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, dwFlags)) {
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
1015 cmsPipeline* Lut;
1051 Lut = _cmsLinkProfiles(ContextID, nProfiles, Intents, hProfiles, BPC, AdaptationStates, dwFlags);
1052 if (Lut == NULL) {
1058 if ((cmsChannelsOf(EntryColorSpace) != cmsPipelineInputChannels(Lut)) ||
1059 (cmsChannelsOf(ExitColorSpace) != cmsPipelineOutputChannels(Lut))) {
1060 cmsPipelineFree(Lut);
1067 xform = AllocEmptyTransform(ContextID, Lut, LastIntent, &InputFormat, &OutputFormat, &dwFlags);
1082 // Create a gamut check LUT if requested
1133 xform ->Lut ->Eval16Fn(xform ->Cache.CacheIn, xform->Cache.CacheOut, xform -> Lut->Data);