projects
/
tANS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4212d7
)
reduce max_symbols to 256
author
Geoffrey Allott
<geoffrey@allott.email>
Sat, 3 Sep 2022 22:43:48 +0000
(23:43 +0100)
committer
Geoffrey Allott
<geoffrey@allott.email>
Sat, 3 Sep 2022 22:43:48 +0000
(23:43 +0100)
src/tANS_constants.h
patch
|
blob
|
history
diff --git
a/src/tANS_constants.h
b/src/tANS_constants.h
index 462c18bbe881d72b7ebfae07436dc3efb7702e48..0cd84a9b892d44557c25abbe42f818b38d4c56d7 100644
(file)
--- a/
src/tANS_constants.h
+++ b/
src/tANS_constants.h
@@
-3,5
+3,5
@@
#define TANS_MAGIC 0xfac0162a
#define TANS_LOG2_MAX_TBLSZ 12
#define TANS_MAX_TBLSZ (1 << TANS_LOG2_MAX_TBLSZ)
-#define TANS_MAX_SYMBOLS
1024
+#define TANS_MAX_SYMBOLS
256
#define TANS_MULTI_MAX_AUX 8