![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
#include <aims/config/aimsalgo_config.h>
#include <aims/compression/lzhl.h>
#include <aims/compression/huffman.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | LZBuffer |
class | LZHLCompressor |
class | LZHLDecompressor |
Macros | |
#define | LZBUFMASK ( (LZBUFSIZE) - 1 ) |
#define LZBUFMASK ( (LZBUFSIZE) - 1 ) |
Definition at line 44 of file lz.h.
Referenced by LZBuffer::_distance(), and LZBuffer::_wrap().