Go to the source code of this file.
|
#define | N 4096 /* size of ring buffer - must be power of 2 */ |
|
#define | F 18 /* upper limit for match_length */ |
|
#define | THRESHOLD |
|
#define | NIL N /* index for root of binary search trees */ |
|
#define F 18 /* upper limit for match_length */ |
#define N 4096 /* size of ring buffer - must be power of 2 */ |
◆ NIL
#define NIL N /* index for root of binary search trees */ |
◆ THRESHOLD
Value:
Definition at line 67 of file lzss.c.
◆ compress_lzss()
◆ decompress_lzss()
◆ local_adler32()