Lines Matching refs:EOBRUN
107 unsigned int EOBRUN; /* run length of EOBs */
286 entropy->EOBRUN = 0;
418 * Emit any pending EOBRUN symbol.
426 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
427 temp = entropy->EOBRUN;
435 emit_bits(entropy, entropy->EOBRUN, nbits);
437 entropy->EOBRUN = 0;
469 entropy->EOBRUN = 0;
697 /* Emit any pending EOBRUN */
698 if (zerobits && (entropy->EOBRUN > 0))
723 entropy->EOBRUN++; /* count an EOB */
724 if (entropy->EOBRUN == 0x7FFF)
877 /* emit any pending EOBRUN and the BE correction bits */ \
903 /* Emit any pending EOBRUN and the BE correction bits */ \
992 entropy->EOBRUN++; /* count an EOB */
998 if (entropy->EOBRUN == 0x7FFF ||