Lines Matching refs:EOBRUN
44 unsigned int EOBRUN; /* run length of EOBs */ member
179 entropy->EOBRUN = 0; in start_pass_phuff()
320 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */ in emit_eobrun()
321 temp = entropy->EOBRUN; in emit_eobrun()
331 emit_bits(entropy, entropy->EOBRUN, nbits); in emit_eobrun()
333 entropy->EOBRUN = 0; in emit_eobrun()
365 entropy->EOBRUN = 0; in emit_restart()
515 if (entropy->EOBRUN > 0) in encode_mcu_AC_first()
542 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_first()
543 if (entropy->EOBRUN == 0x7FFF) in encode_mcu_AC_first()
714 entropy->EOBRUN++; /* count an EOB */ in encode_mcu_AC_refine()
720 if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1)) in encode_mcu_AC_refine()