Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djquant2.c511 long c0total = 0; in compute_color() local
525 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count; in compute_color()
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total); in compute_color()
/external/jpeg/
Djquant2.c511 long c0total = 0; in compute_color() local
525 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count; in compute_color()
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total); in compute_color()