Lines Matching refs:EOBRUN
47 unsigned int EOBRUN; /* run length of EOBs */ member
182 entropy->EOBRUN = 0; in start_pass_phuff()
321 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */ in emit_eobrun()
322 temp = entropy->EOBRUN; in emit_eobrun()
332 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
334 entropy->EOBRUN = 0; in emit_eobrun()
366 entropy->EOBRUN = 0; in emit_restart()
516 if (entropy->EOBRUN > 0) in encode_mcu_AC_first()
543 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_first()
544 if (entropy->EOBRUN == 0x7FFF) in encode_mcu_AC_first()
715 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_refine()
721 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1)) in encode_mcu_AC_refine()