Home
last modified time | relevance | path

Searched defs:cctxParams (Results 1 – 9 of 9) 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.c163 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()
Dzstd_compress.c283 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
331 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
345 static void ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, ZSTD_parameters const* para… in ZSTD_CCtxParams_init_internal()
362 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
375 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
2414 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2425 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled()
2577 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal()
2695 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3176 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
[all …]
Dzstdmt_compress.c1064 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
Dzstd_compress_internal.h548 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
/external/zstd/tests/
DroundTripCrash.c86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in cctxParamRoundTripTest() local
Dzstreamtest.c2012 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams, in setCCtxParameter()
2050 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in fuzzerTests_newAPI() local
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem() local
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream() local