Code Struct Reference

One code in hash table. More...


Data Fields

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.


Detailed Description

One code in hash table.

Definition at line 41 of file lzwenc.c.


Field Documentation

Hash code of prefix, LZW_PREFIX_EMPTY if empty prefix, or LZW_PREFIX_FREE if no code.

Definition at line 43 of file lzwenc.c.

Referenced by addCode(), clearTable(), ff_lzw_encode(), and findCode().

LZW code.

Definition at line 44 of file lzwenc.c.

Referenced by addCode(), clearTable(), and ff_lzw_encode().

uint8_t Code::suffix

Last character in code block.

Definition at line 45 of file lzwenc.c.

Referenced by addCode(), clearTable(), and findCode().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 20 17:40:04 2010 for FFmpeg by  doxygen 1.5.6