Searched refs:restarts_to_go (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcphuff.c53 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon698
191 entropy->restarts_to_go = cinfo->restart_interval;
397 if (entropy->restarts_to_go == 0)
450 if (entropy->restarts_to_go == 0) {
451 entropy->restarts_to_go = cinfo->restart_interval;
455 entropy->restarts_to_go--;
483 if (entropy->restarts_to_go == 0)
556 if (entropy->restarts_to_go == 0) {
557 entropy->restarts_to_go = cinfo->restart_interval;
561 entropy->restarts_to_go
[all...]
H A Djdphuff.c70 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon718
196 entropy->restarts_to_go = cinfo->restart_interval;
253 entropy->restarts_to_go = cinfo->restart_interval;
304 if (entropy->restarts_to_go == 0)
349 entropy->restarts_to_go--;
374 if (entropy->restarts_to_go == 0)
433 entropy->restarts_to_go--;
456 if (entropy->restarts_to_go == 0)
484 entropy->restarts_to_go--;
512 if (entropy->restarts_to_go
[all...]
H A Djchuff.c65 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon690
170 entropy->restarts_to_go = cinfo->restart_interval;
495 if (entropy->restarts_to_go == 0)
520 if (entropy->restarts_to_go == 0) {
521 entropy->restarts_to_go = cinfo->restart_interval;
525 entropy->restarts_to_go--;
657 if (entropy->restarts_to_go == 0) {
662 entropy->restarts_to_go = cinfo->restart_interval;
664 entropy->restarts_to_go--;
H A Djdhuff.c66 unsigned int restarts_to_go; /* MCUs left in this restart interval */ member in struct:__anon707
141 entropy->restarts_to_go = cinfo->restart_interval;
491 entropy->restarts_to_go = cinfo->restart_interval;
530 if (entropy->restarts_to_go == 0)
628 entropy->restarts_to_go--;

Completed in 36 milliseconds