Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c490 long c0total = 0; in compute_color() local
504 c0total += ((c0 << C0_SHIFT) + ((1 << C0_SHIFT) >> 1)) * count; in compute_color()
511 cinfo->colormap[0][icolor] = (JSAMPLE)((c0total + (total >> 1)) / total); in compute_color()