Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:c0total

511   long c0total = 0;
525 c0total += ((c0 << C0_SHIFT) + ((1<<C0_SHIFT)>>1)) * count;
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);