|
ZLIB
|
Data structure describing a single value and its code string. More...
#include <deflate.h>
Data Fields | ||
| union { | ||
| ush freq | ||
| frequency count | ||
| ush code | ||
| bit string | ||
| } | fc | |
| union { | ||
| ush dad | ||
| father node in Huffman tree | ||
| ush len | ||
| length of bit string | ||
| } | dl | |
Data structure describing a single value and its code string.