Searched defs:cctxParams (Results 1 – 3 of 3) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_superblock.c | 163 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 264 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 429 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
H A D | zstd_compress.c | 273 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local 321 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() 335 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal() 352 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced() 365 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams() 2323 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize() 2334 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled() 2486 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal() 2604 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore() 3085 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences() [all …]
|
H A D | zstd_compress_internal.h | 536 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
|