Lines Matching refs:EOBRUN
44 unsigned int EOBRUN; /* run length of EOBs */
179 entropy->EOBRUN = 0;
312 * Emit any pending EOBRUN symbol.
320 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
321 temp = entropy->EOBRUN;
331 emit_bits(entropy, entropy->EOBRUN, nbits);
333 entropy->EOBRUN = 0;
365 entropy->EOBRUN = 0;
514 /* Emit any pending EOBRUN */
515 if (entropy->EOBRUN > 0)
542 entropy->EOBRUN++; /* count an EOB */
543 if (entropy->EOBRUN == 0x7FFF)
674 /* emit any pending EOBRUN and the BE correction bits */
696 /* Emit any pending EOBRUN and the BE correction bits */
714 entropy->EOBRUN++; /* count an EOB */
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))