huff_entropy_encoder::BE is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

huff_entropy_encoder::BE field

Syntax

unsigned int BE;

References

LocationReferrerText
jchuff.c:112
unsigned int BE; /* # of buffered correction bits before MCU */
jchuff.c:479emit_eobrun()
jchuff.c:480emit_eobrun()
entropy->BE = 0;
jchuff.c:530emit_restart_e()
entropy->BE = 0;
jchuff.c:836encode_mcu_AC_refine()
BR_buffer = entropy->bit_buffer + entropy->BE; /* Append bits to buffer */
jchuff.c:887encode_mcu_AC_refine()
entropy->BE += BR; /* concat my correction bits to older ones */
jchuff.c:892encode_mcu_AC_refine()
if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-DCTSIZE2+1))
jchuff.c:1490start_pass_huff()
entropy->BE = 0;

Data Use

Functions writing huff_entropy_encoder::BE
Functions reading huff_entropy_encoder::BE
huff_entropy_encoder::BE