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

  /external/jpeg/
jquant2.c 513 long c2total = 0; local
527 c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count;
534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 513 long c2total = 0; local
527 c2total += ((c2 << C2_SHIFT) + ((1<<C2_SHIFT)>>1)) * count;
534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
    [all...]

Completed in 23 milliseconds