Searched refs:icolor (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c499 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
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_SCAL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c499 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
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_SCAL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_testsrc.c243 int icolor; local
267 icolor = color;
269 icolor ^= 7;
272 *(p++) = icolor & 1 ? 255 : 0;
273 *(p++) = icolor & 2 ? 255 : 0;
274 *(p++) = icolor & 4 ? 255 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp632 compute_color (j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
633 /* Compute representative color for a box, put it in colormap[icolor] */
665 cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total);
666 cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total>>1)) / total);
667 cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total>>1)) / total);
918 int i, icolor; local
945 icolor = GETJSAMPLE(colorlist[i]);
947 inc0 = (minc0 - GETJSAMPLE(cinfo->colormap[0][icolor])) * C0_SCALE;
949 inc1 = (minc1 - GETJSAMPLE(cinfo->colormap[1][icolor])) * C1_SCALE;
951 inc2 = (minc2 - GETJSAMPLE(cinfo->colormap[2][icolor])) * C2_SCAL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c532 int icolor; local
556 icolor = color;
558 icolor ^= 7;
561 *(p++) = icolor & 1 ? 255 : 0;
562 *(p++) = icolor & 2 ? 255 : 0;
563 *(p++) = icolor & 4 ? 255 : 0;

Completed in 134 milliseconds