Searched defs:ZSTD_CCtx_params_s (Results 1 – 1 of 1) sorted by relevance
278 struct ZSTD_CCtx_params_s { struct279 ZSTD_format_e format;280 ZSTD_compressionParameters cParams;281 ZSTD_frameParameters fParams;283 int compressionLevel;284 int forceWindow; /* force back-references to respect limit of286 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize.289 int srcSizeHint; /* User's best guess of source size.293 ZSTD_dictAttachPref_e attachDictPref;294 ZSTD_paramSwitch_e literalCompressionMode;[all …]