ZSTD_rescaleFreqs and removed minml

This commit is contained in:
inikep
2016-02-19 11:05:25 +01:00
parent cc52a97214
commit c3a9a9ca56
2 changed files with 253 additions and 129 deletions
+5
View File
@@ -50,6 +50,11 @@
/*-*************************************
* Common constants
***************************************/
#define ZSTD_OPT_DEBUG 0 // 1 = tableID=0; 5 = check encoded sequences; 9 = full logs
#if ZSTD_OPT_DEBUG > 0
#include <stdio.h> /* for debug */
#endif
#define ZSTD_DICT_MAGIC 0xEC30A435
#define KB *(1 <<10)