Searched defs:cctxParams (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 166 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy_sequences() 277 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildSuperBlockEntropy() 440 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences() 541 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock() 705 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
|
H A D | zstd_compress.c | 216 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local 264 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() 272 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced() 287 const ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_assignParamsToCCtxParams() 2141 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize() 2153 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences_internal() 2344 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSequences() 3408 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_advanced() local 3419 ZSTD_CCtx_params const cctxParams = in ZSTD_compressBegin_usingDict() local 3505 ZSTD_CCtx_params const cctxParams = in ZSTD_compress_internal() local [all …]
|
H A D | zstdmt_compress.c | 1036 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
|
H A D | zstd_compress_internal.h | 465 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression()
|