FFmpeg
|
Data Fields | |
GetByteContext | gb |
int | bbits |
unsigned int | bbuf |
int | mode |
Decoder mode. More... | |
int | cursize |
The current code size. More... | |
int | curmask |
int | codesize |
int | clear_code |
int | end_code |
int | newcodes |
First available code. More... | |
int | top_slot |
Highest code for current size. More... | |
int | extra_slot |
int | slot |
Last read code. More... | |
int | fc |
int | oc |
uint8_t * | sp |
uint8_t | stack [LZW_SIZTABLE] |
uint8_t | suffix [LZW_SIZTABLE] |
uint16_t | prefix [LZW_SIZTABLE] |
int | bs |
current buffer size for GIF More... | |
GetByteContext LZWState::gb |
int LZWState::oc |
Definition at line 61 of file lzw.c.
Referenced by ff_lzw_decode().
uint8_t LZWState::stack[LZW_SIZTABLE] |
uint8_t LZWState::suffix[LZW_SIZTABLE] |
uint16_t LZWState::prefix[LZW_SIZTABLE] |