Home
last modified time | relevance | path

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

/external/zstd/examples/
Dstreaming_memory_usage.c69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main() local
/external/zstd/lib/compress/
Dzstd_compress_superblock.c166 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()
Dzstd_compress.c216 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 …]
Dzstdmt_compress.c1036 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
Dzstd_compress_internal.h465 MEM_STATIC int ZSTD_disableLiteralsCompression(const ZSTD_CCtx_params* cctxParams) in ZSTD_disableLiteralsCompression()
/external/zstd/tests/
DroundTripCrash.c86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in cctxParamRoundTripTest() local
Dzstreamtest.c1990 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams, in setCCtxParameter()
2028 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in fuzzerTests_newAPI() local