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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1161 #define NLUT 8 macro
1173 unsigned int mask = NLUT-1;
1178 static int indexes[NLUT] = INDEXES;
1215 * Do NLUT pixels per loop iteration.
1218 nloop = npix/NLUT;
1219 nx = npix%NLUT;
1225 for (i = 0; i < NLUT; i++) {
1243 dstPixel += NLUT;
1244 srcPixel += NLUT;

Completed in 40 milliseconds