Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:EOBRUN

34   unsigned int EOBRUN;			/* remaining EOBs in EOBRUN */
48 ((dest).EOBRUN = (src).EOBRUN, \
190 entropy->saved.EOBRUN = 0;
247 entropy->saved.EOBRUN = 0;
364 unsigned int EOBRUN;
384 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
388 if (EOBRUN > 0) /* if it's a band of zeroes... */
389 EOBRUN--; /* ...process it now (we do nothing) */
410 EOBRUN = 1 << r;
414 EOBRUN += r;
416 EOBRUN--; /* this band is processed at this moment */
426 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
499 unsigned int EOBRUN;
520 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
537 if (EOBRUN == 0) {
552 EOBRUN = 1 << r; /* EOBr, run length is 2^r + appended bits */
556 EOBRUN += r;
594 if (EOBRUN > 0) {
615 EOBRUN--;
620 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */