![]() |
aimsalgo
5.1.2
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 LZTABLESIZE (1<<(LZTABLEBITS)) |