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

  /external/jpeg/
jquant2.c 499 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor)
500 /* Compute representative color for a box, put it in colormap[icolor] */
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
785 int i, icolor; local
812 icolor = GETJSAMPLE(colorlist[i]);
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
816 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
818 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 499 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor)
500 /* Compute representative color for a box, put it in colormap[icolor] */
532 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
533 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
534 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
785 int i, icolor; local
812 icolor = GETJSAMPLE(colorlist[i]);
814 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
816 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
818 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCALE
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]

Completed in 55 milliseconds