Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c492 long c1total = 0; in compute_color() local
506 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count; in compute_color()
513 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total); in compute_color()