![]() |
aimsalgo
5.0.5
Neuroimaging image processing
|
Go to the source code of this file.
Macros | |
#define | ROTL(x, y) ( ( (x) << (y) ) | ( (x) >> ( 32 - (y) ) ) ) |
#define | LZMIN 4 |
#define | LZBUFBITS 16 |
#define | LZMATCH 5 |
#define | LZSLOWHASH |
#define | LZTABLEBITS 15 |
#define | LZOVERLAP |
#define | LZBACKWARDMATCH |
#define | LZLAZYMATCH |
#define | LZSKIPHASH 1024 |
#define | HUFFRECALCLEN 4096 |
#define | LZTABLESIZE (1<<(LZTABLEBITS)) |
#define | LZBUFSIZE (1<<(LZBUFBITS)) |
#define LZBUFSIZE (1<<(LZBUFBITS)) |
Definition at line 66 of file lzhl.h.
Referenced by LZBuffer::_bufCpy(), LZBuffer::_toBuf(), and LZBuffer::LZBuffer().
#define LZTABLESIZE (1<<(LZTABLEBITS)) |