Searched refs:boxp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c277 register boxptr boxp; local
282 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++) {
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
284 which = boxp;
285 maxc = boxp->colorcount;
297 register boxptr boxp; local
302 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp
313 update_box(j_decompress_ptr cinfo, boxptr boxp) argument
499 compute_color(j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c277 register boxptr boxp; local
282 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++) {
283 if (boxp->colorcount > maxc && boxp->volume > 0) {
284 which = boxp;
285 maxc = boxp->colorcount;
297 register boxptr boxp; local
302 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp
313 update_box(j_decompress_ptr cinfo, boxptr boxp) argument
499 compute_color(j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp394 register boxptr boxp; local
399 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp++) {
400 if (boxp->colorcount > maxc && boxp->volume > 0) {
401 which = boxp;
402 maxc = boxp->colorcount;
414 register boxptr boxp; local
419 for (i = 0, boxp = boxlist; i < numboxes; i++, boxp
430 update_box(j_decompress_ptr cinfo, boxptr boxp) argument
632 compute_color(j_decompress_ptr cinfo, boxptr boxp, int icolor) argument
[all...]

Completed in 172 milliseconds