Searched defs:ZSTD_CCtx_params_s (Results 1 – 1 of 1) sorted by relevance
360 struct ZSTD_CCtx_params_s { struct361 ZSTD_format_e format;362 ZSTD_compressionParameters cParams;363 ZSTD_frameParameters fParams;365 int compressionLevel;366 int forceWindow; /* force back-references to respect limit of368 size_t targetCBlockSize; /* Tries to fit compressed block size to be around targetCBlockSize.371 int srcSizeHint; /* User's best guess of source size.375 ZSTD_dictAttachPref_e attachDictPref;376 ZSTD_ParamSwitch_e literalCompressionMode;[all …]