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

/external/jpeg/
H A Djquant2.c513 long c2total = 0; local
527 c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count;
534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);

Completed in 21 milliseconds