ZSTD_btopt with 4 repcodes

This commit is contained in:
inikep
2016-03-18 16:10:35 +01:00
parent 1c1e6916e4
commit fade9b7ae3
4 changed files with 92 additions and 114 deletions
+1 -2
View File
@@ -183,8 +183,7 @@ typedef struct {
U32 off;
U32 mlen;
U32 litlen;
U32 rep;
U32 rep2;
U32 rep[ZSTD_REP_NUM];
} ZSTD_optimal_t;
typedef struct {