Lines Matching defs:EOBRUN
33 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */
47 ((dest).EOBRUN = (src).EOBRUN, \
189 entropy->saved.EOBRUN = 0;
246 entropy->saved.EOBRUN = 0;
363 unsigned int EOBRUN;
383 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
387 if (EOBRUN > 0) /* if it's a band of zeroes... */
388 EOBRUN--; /* ...process it now (we do nothing) */
409 EOBRUN = 1 << r;
413 EOBRUN += r;
415 EOBRUN--; /* this band is processed at this moment */
425 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
498 unsigned int EOBRUN;
519 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
536 if (EOBRUN == 0) {
551 EOBRUN = 1 << r; /* EOBr, run length is 2^r + appended bits */
555 EOBRUN += r;
593 if (EOBRUN > 0) {
614 EOBRUN--;
619 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */