Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/contrib/largeNbDicts/
H A DlargeNbDicts.c452 …e_t dictSize, size_t nbCDict, ZSTD_dictContentType_e dictContentType, ZSTD_CCtx_params* cctxParams) in createCDictCollection()
580 …tructions createCompressInstructions(cdict_collection_t dictionaries, ZSTD_CCtx_params* cctxParams) in createCompressInstructions()
686 ZSTD_CCtx_params *cctxParams, in benchMem()
796 ZSTD_dictContentType_e dictContentType, ZSTD_CCtx_params *cctxParams, in bench()
1067 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in main() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c313 ZSTD_CCtx_params cctxParams; in ZSTD_makeCCtxParamsFromCParams() local
365 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init()
380 ZSTD_CCtxParams_init_internal(ZSTD_CCtx_params* cctxParams, in ZSTD_CCtxParams_init_internal()
402 size_t ZSTD_CCtxParams_init_advanced(ZSTD_CCtx_params* cctxParams, ZSTD_parameters params) in ZSTD_CCtxParams_init_advanced()
415 ZSTD_CCtx_params* cctxParams, const ZSTD_parameters* params) in ZSTD_CCtxParams_setZstdParams()
2713 static int ZSTD_useTargetCBlockSize(const ZSTD_CCtx_params* cctxParams) in ZSTD_useTargetCBlockSize()
2724 static int ZSTD_blockSplitterEnabled(ZSTD_CCtx_params* cctxParams) in ZSTD_blockSplitterEnabled()
2880 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore_internal()
3000 const ZSTD_CCtx_params* cctxParams, in ZSTD_entropyCompressSeqStore()
3699 const ZSTD_CCtx_params* cctxParams, in ZSTD_buildBlockEntropyStats_sequences()
[all …]
H A Dzstd_compress_superblock.c167 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_sequences()
268 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock()
483 const ZSTD_CCtx_params* cctxParams, in ZSTD_compressSubBlock_multi()
H A Dzstdmt_compress.c1080 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
H A Dzstd_compress_internal.h599 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
/aosp_15_r20/external/zstd/examples/
H A Dstreaming_memory_usage.c69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main() local
/aosp_15_r20/external/zstd/tests/
H A DroundTripCrash.c86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in cctxParamRoundTripTest() local
H A Dfuzzer.c3093 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in basicUnitTests() local
3120 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in basicUnitTests() local
3147 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in basicUnitTests() local
H A Dzstreamtest.c2775 static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams, in setCCtxParameter()
2813 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in fuzzerTests_newAPI() local
/aosp_15_r20/external/zstd/zlibWrapper/examples/
H A Dzwrapbench.c267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem() local
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream() local