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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c517 long c2total = 0; local
531 c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count;
538 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);

Completed in 32 milliseconds