Go to the source code of this file.
Classes | |
| struct | HUFFMemStruct |
| struct | HuffEncodeContext |
Macros | |
| #define | __HUFWRITE 1 |
| #define | HUFFBIGNUM 32000 |
| #define | HUFFTREESIZE 520 |
| #define | HUFFCODES 256 |
| #define | HUFFMAXBITS 16 |
| #define | HUFFREPTBL 252 |
Functions | |
| int GCALL | HUFF_encode (void *compresseddata, const void *source, int sourcesize, int *opts) |
| #define __HUFWRITE 1 |
Definition at line 22 of file huffencode.cpp.
| #define HUFFBIGNUM 32000 |
Definition at line 38 of file huffencode.cpp.
| #define HUFFCODES 256 |
Definition at line 40 of file huffencode.cpp.
| #define HUFFMAXBITS 16 |
Definition at line 41 of file huffencode.cpp.
| #define HUFFREPTBL 252 |
Definition at line 42 of file huffencode.cpp.
| #define HUFFTREESIZE 520 |
Definition at line 39 of file huffencode.cpp.
| int GCALL HUFF_encode | ( | void * | compresseddata, |
| const void * | source, | ||
| int | sourcesize, | ||
| int * | opts ) |
Definition at line 1179 of file huffencode.cpp.