mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-12-15 08:28:47 -05:00
Successfull compression test with heatshrink
This commit is contained in:
parent
434cf6f2e6
commit
99951676c0
14 changed files with 1386 additions and 1105 deletions
19
Modem/compression/heatshrink_common.h
Normal file
19
Modem/compression/heatshrink_common.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef HEATSHRINK_H
|
||||
#define HEATSHRINK_H
|
||||
|
||||
#define HEATSHRINK_AUTHOR "Scott Vokes <scott.vokes@atomicobject.com>"
|
||||
|
||||
/* Version 0.3.0 */
|
||||
#define HEATSHRINK_VERSION_MAJOR 0
|
||||
#define HEATSHRINK_VERSION_MINOR 3
|
||||
#define HEATSHRINK_VERSION_PATCH 0
|
||||
|
||||
#define HEATSHRINK_MIN_WINDOW_BITS 4
|
||||
#define HEATSHRINK_MAX_WINDOW_BITS 15
|
||||
|
||||
#define HEATSHRINK_MIN_LOOKAHEAD_BITS 2
|
||||
|
||||
#define HEATSHRINK_LITERAL_MARKER 0x01
|
||||
#define HEATSHRINK_BACKREF_MARKER 0x00
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue