ReactOS 0.4.16-dev-306-g647d351
|
Public Attributes | |
struct lzw_dict | dict |
short | init_code_bits |
short | code_bits |
short | next_code |
short | clear_code |
short | eof_code |
unsigned | bits_buf |
int | bits_count |
int(* | user_write_data )(void *user_ptr, void *data, int length) |
void * | user_ptr |
Definition at line 1751 of file gifformat.c.
unsigned lzw_state::bits_buf |
Definition at line 1755 of file gifformat.c.
int lzw_state::bits_count |
Definition at line 1756 of file gifformat.c.
short lzw_state::clear_code |
Definition at line 1754 of file gifformat.c.
short lzw_state::code_bits |
Definition at line 1754 of file gifformat.c.
Definition at line 1753 of file gifformat.c.
short lzw_state::eof_code |
Definition at line 1754 of file gifformat.c.
short lzw_state::init_code_bits |
Definition at line 1754 of file gifformat.c.
Referenced by gif_compress().
short lzw_state::next_code |
Definition at line 1754 of file gifformat.c.
void* lzw_state::user_ptr |
Definition at line 1758 of file gifformat.c.
Definition at line 1757 of file gifformat.c.