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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c516 long c1total = 0; local
530 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count;
537 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);

Completed in 33 milliseconds