Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c493 long c2total = 0; in compute_color() local
507 c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count; in compute_color()
514 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total); in compute_color()