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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c340 JSAMPROW indexptr; local
375 indexptr = cquantize->colorindex[i];
382 indexptr[j] = (JSAMPLE) (val * blksize);
387 indexptr[-j] = indexptr[0];
388 indexptr[MAXJSAMPLE+j] = indexptr[MAXJSAMPLE];

Completed in 23 milliseconds