Home | History | Annotate | Download | only in jpeg

Lines Matching refs:EOB

542     entropy->EOBRUN++;		/* count an EOB */
623 int EOB;
643 * coefficients' absolute values and the EOB position.
645 EOB = 0;
657 EOB = k; /* EOB = index of last newly-nonzero coef */
672 /* Emit any required ZRLs, but not if they can be folded into EOB */
673 while (r > 15 && k <= EOB) {
688 * if k > EOB, which implies that this coefficient is not 1.
714 entropy->EOBRUN++; /* count an EOB */
716 /* We force out the EOB if we risk either:
717 * 1. overflow of the EOB counter;
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */