Searched defs:ZSTD_CCtx_params_s (Results 1 – 2 of 2) sorted by relevance
284 struct ZSTD_CCtx_params_s { struct285 ZSTD_format_e format;286 ZSTD_compressionParameters cParams;287 ZSTD_frameParameters fParams;289 int compressionLevel;290 int forceWindow; /* force back-references to respect limit of292 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize.295 int srcSizeHint; /* User's best guess of source size.299 ZSTD_dictAttachPref_e attachDictPref;300 ZSTD_paramSwitch_e literalCompressionMode;[all …]
205 struct ZSTD_CCtx_params_s { struct206 ZSTD_format_e format;207 ZSTD_compressionParameters cParams;208 ZSTD_frameParameters fParams;210 int compressionLevel;211 int forceWindow; /* force back-references to respect limit of213 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize.216 int srcSizeHint; /* User's best guess of source size.220 ZSTD_dictAttachPref_e attachDictPref;221 ZSTD_literalCompressionMode_e literalCompressionMode;[all …]