One code in hash table.
More...
|
| int | hash_prefix |
| | Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code.
|
| |
| int | code |
| | LZW code.
|
| |
| uint8_t | suffix |
| | Last character in code block.
|
| |
One code in hash table.
Definition at line 43 of file lzwenc.c.
◆ hash_prefix
Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code.
Definition at line 45 of file lzwenc.c.
◆ code
◆ suffix
Last character in code block.
Definition at line 47 of file lzwenc.c.
The documentation for this struct was generated from the following file: