Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx

This commit is contained in:
W. Felix Handte
2018-05-23 17:53:03 -04:00
parent d18a405779
commit 8d24ff0353
2 changed files with 75 additions and 19 deletions
+2
View File
@@ -250,6 +250,8 @@ struct ZSTD_CCtx_s {
typedef enum { ZSTD_dtlm_fast, ZSTD_dtlm_full } ZSTD_dictTableLoadMethod_e;
typedef enum { ZSTD_noDictMatchState, ZSTD_hasDictMatchState } ZSTD_hasDictMatchState_e;
typedef size_t (*ZSTD_blockCompressor) (
ZSTD_matchState_t* bs, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
ZSTD_compressionParameters const* cParams, void const* src, size_t srcSize);