Searched refs:ZSTD_cpm_noAttachDict (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 1463 case ZSTD_cpm_noAttachDict: in ZSTD_adjustCParams_internal() 1693 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_usingCCtxParams() 1729 …cParams = ZSTD_getCParams_internal(compressionLevel, srcSizeTiers[tier], 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCCtxSize_internal() 1751 … ZSTD_getCParamsFromCCtxParams(params, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_usingCCtxParams() 1786 …s = ZSTD_getCParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, 0, ZSTD_cpm_noAttachDict); in ZSTD_estimateCStreamSize_internal() 5232 …TD_getParams_internal(compressionLevel, ZSTD_CONTENTSIZE_UNKNOWN, dictSize, ZSTD_cpm_noAttachDict); in ZSTD_compressBegin_usingDict_deprecated() 5372 …s = ZSTD_getParams_internal(compressionLevel, srcSize, dict ? dictSize : 0, ZSTD_cpm_noAttachDict); in ZSTD_compress_usingDict() 5850 return ZSTD_cpm_noAttachDict; in ZSTD_getCParamMode() 7529 case ZSTD_cpm_noAttachDict: in ZSTD_getCParamRowSize()
|
| H A D | zstd_compress_internal.h | 551 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict. enumerator
|