Home | History | Annotate | Download | only in jpeg

Lines Matching refs:EOBRUN

33   unsigned int EOBRUN;			/* remaining EOBs in EOBRUN */
47 ((dest).EOBRUN = (src).EOBRUN, \
188 entropy->saved.EOBRUN = 0;
245 entropy->saved.EOBRUN = 0;
362 unsigned int EOBRUN;
382 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
386 if (EOBRUN > 0) /* if it's a band of zeroes... */
387 EOBRUN--; /* ...process it now (we do nothing) */
408 EOBRUN = 1 << r;
412 EOBRUN += r;
414 EOBRUN--; /* this band is processed at this moment */
424 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
497 unsigned int EOBRUN;
518 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
535 if (EOBRUN == 0) {
550 EOBRUN = 1 << r; /* EOBr, run length is 2^r + appended bits */
554 EOBRUN += r;
592 if (EOBRUN > 0) {
613 EOBRUN--;
618 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
645 offset->EOBRUN = entropy->saved.EOBRUN;
690 entropy->saved.EOBRUN = offset.EOBRUN;