HomeSort by relevance Sort by last modified time
    Searched refs:c0total (Results 1 - 2 of 2) sorted by null

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

Completed in 42 milliseconds