#include <HuffwordLib.h>
Public Attributes | |
int | firstcw [5] |
first codeword of each level (from 1 to 4). More... | |
int | offsetcw [5] |
dictionary position of the first token of levels 1...4, it is > num_tokens if absent. More... | |
int | max_cwlen |
maximum codeword length in bytes. More... | |
int | num_tokens |
number of tokens in the Dictionary data structure. More... |
Definition at line 71 of file HuffwordLib.h.
|
first codeword of each level (from 1 to 4).
Definition at line 72 of file HuffwordLib.h. |
|
maximum codeword length in bytes.
Definition at line 74 of file HuffwordLib.h. |
|
number of tokens in the Dictionary data structure.
Definition at line 75 of file HuffwordLib.h. |
|
dictionary position of the first token of levels 1...4, it is > num_tokens if absent.
Definition at line 73 of file HuffwordLib.h. |