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

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
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 30 milliseconds