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

  /external/jpeg/
jquant2.c 277 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++)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant2.c 277 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++)
    [all...]

Completed in 1197 milliseconds