Go to the source code of this file.
Macros | |
| #define | qmin(a, b) |
| #define | qmax(a, b) |
Functions | |
| CODEXABOUT *GCALL | HUFF_about (void) |
| bool GCALL | HUFF_is (const void *compresseddata) |
| int GCALL | HUFF_size (const void *compresseddata) |
| int GCALL | HUFF_decode (void *dest, const void *compresseddata, int *compressedsize) |
| int GCALL | HUFF_encode (void *compresseddata, const void *source, int sourcesize, int *opts) |
| #define qmax | ( | a, | |
| b ) |
Definition at line 67 of file huffcodex.h.
| #define qmin | ( | a, | |
| b ) |
Definition at line 63 of file huffcodex.h.
| CODEXABOUT *GCALL HUFF_about | ( | void | ) |
Definition at line 67 of file huffabout.cpp.
| int GCALL HUFF_decode | ( | void * | dest, |
| const void * | compresseddata, | ||
| int * | compressedsize ) |
Definition at line 564 of file huffdecode.cpp.
| int GCALL HUFF_encode | ( | void * | compresseddata, |
| const void * | source, | ||
| int | sourcesize, | ||
| int * | opts ) |
Definition at line 1179 of file huffencode.cpp.
Definition at line 519 of file huffdecode.cpp.
| int GCALL HUFF_size | ( | const void * | compresseddata | ) |
Definition at line 546 of file huffdecode.cpp.