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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c515 long c0total = 0; local
529 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count;
536 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);

Completed in 32 milliseconds