Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:EOBRUN

36   unsigned int EOBRUN;                  /* remaining EOBs in EOBRUN */
50 ((dest).EOBRUN = (src).EOBRUN, \
193 entropy->saved.EOBRUN = 0;
252 entropy->saved.EOBRUN = 0;
369 unsigned int EOBRUN;
389 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
393 if (EOBRUN > 0) /* if it's a band of zeroes... */
394 EOBRUN--; /* ...process it now (we do nothing) */
415 EOBRUN = 1 << r;
419 EOBRUN += r;
421 EOBRUN--; /* this band is processed at this moment */
431 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */
504 unsigned int EOBRUN;
525 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
542 if (EOBRUN == 0) {
557 EOBRUN = 1 << r; /* EOBr, run length is 2^r + appended bits */
561 EOBRUN += r;
599 if (EOBRUN > 0) {
620 EOBRUN--;
625 entropy->saved.EOBRUN = EOBRUN; /* only part of saved state we need */