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

/external/jpeg/
H A Djquant2.c511 long c0total = 0; local
525 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count;
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);

Completed in 242 milliseconds