FFmpeg
|
Data Fields | |
int32_t | pos |
uint32_t | bits |
uint32_t | tmp |
uint32_t | last |
uint8_t | bits_left |
uint64_t | bit_buf |
Definition at line 73 of file jpeg2000htdec.c.
int32_t StateVars::pos |
Definition at line 74 of file jpeg2000htdec.c.
Referenced by jpeg2000_import_bit(), and jpeg2000_peek_bit().
uint32_t StateVars::bits |
Definition at line 75 of file jpeg2000htdec.c.
Referenced by jpeg2000_import_bit(), and jpeg2000_peek_bit().
uint32_t StateVars::tmp |
Definition at line 76 of file jpeg2000htdec.c.
Referenced by jpeg2000_import_bit(), and jpeg2000_peek_bit().
uint32_t StateVars::last |
Definition at line 77 of file jpeg2000htdec.c.
Referenced by jpeg2000_peek_bit().
uint8_t StateVars::bits_left |
Definition at line 78 of file jpeg2000htdec.c.
Referenced by jpeg2000_bitbuf_drop_bits_lsb(), jpeg2000_bitbuf_get_bits_lsb(), jpeg2000_bitbuf_get_bits_lsb_forward(), vlc_decode_u_prefix(), and vlc_decode_u_suffix().
uint64_t StateVars::bit_buf |
Definition at line 79 of file jpeg2000htdec.c.
Referenced by jpeg2000_bitbuf_drop_bits_lsb(), jpeg2000_bitbuf_get_bits_lsb(), jpeg2000_bitbuf_get_bits_lsb_forward(), jpeg2000_bitbuf_peek_bits_lsb(), and jpeg2000_decode_ctx_vlc().