Lines Matching defs:BE
108 unsigned int BE; /* # of buffered correction bits before MCU */
287 entropy->BE = 0;
440 emit_buffered_bits(entropy, entropy->bit_buffer, entropy->BE);
441 entropy->BE = 0;
470 entropy->BE = 0;
877 /* emit any pending EOBRUN and the BE correction bits */ \
884 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
903 /* Emit any pending EOBRUN and the BE correction bits */ \
915 BR_buffer = entropy->bit_buffer; /* BE bits are gone now */ \
962 BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
993 entropy->BE += BR; /* concat my correction bits to older ones */
999 entropy->BE > (MAX_CORR_BITS - DCTSIZE2 + 1))