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

  /external/jpeg/
jquant2.c 512 long c1total = 0; local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count;
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 512 long c1total = 0; local
526 c1total += ((c1 << C1_SHIFT) + ((1<<C1_SHIFT)>>1)) * count;
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
    [all...]

Completed in 156 milliseconds