Home
last modified time | relevance | path

Searched defs:cctxParams (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_superblock.c167 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences()
278 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy()
443 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
544 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
708 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
Dzstd_compress.c206 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
254 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
268 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal()
280 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
293 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
2090 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2102 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences_internal()
2293 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences()
3382 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_advanced() local
3392 ZSTD_CCtx_params cctxParams; in ZSTD_compressBegin_usingDict() local
[all …]
Dzstd_compress_internal.h468 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression()