Searched refs:LUT (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmsvirt.c427 cmsPipeline* LUT; local
458 LUT = cmsPipelineAlloc(ContextID, 4, 4);
459 if (LUT == NULL) goto Error;
469 if (!cmsPipelineInsertStage(LUT, cmsAT_BEGIN, _cmsStageAllocIdentityCurves(ContextID, nChannels)) ||
470 !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) ||
471 !cmsPipelineInsertStage(LUT, cmsAT_END, _cmsStageAllocIdentityCurves(ContextID, nChannels)))
477 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) LUT)) goto Error;
481 cmsPipelineFree(LUT);
487 if (LUT != NULL)
488 cmsPipelineFree(LUT);
506 cmsPipeline* LUT = NULL; local
553 cmsPipeline* LUT = NULL; local
599 cmsPipeline* LUT = NULL; local
860 cmsPipeline* LUT = NULL; local
1089 cmsPipeline* LUT = NULL; local
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_ByteGray.c44 #define LUT(x) \ macro
355 dst[i] = LUT(src[i]);
375 *dst++ = LUT(*src);
381 ((mlib_u16*)dst)[0] = (LUT(src[0]) << 8) | LUT(src[1]);
386 *dst++ = LUT(*src);
470 dst[i] = LUT(src[tmpsxloc >> shift]);
489 *dst++ = LUT(src[tmpsxloc >> shift]);
495 ((mlib_u16*)dst)[0] = (LUT(src[tmpsxloc >> shift]) << 8) |
496 LUT(sr
[all...]

Completed in 95 milliseconds