Searched defs:cctxParams (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/zstd/contrib/largeNbDicts/ |
H A D | largeNbDicts.c | 452 …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 D | zstd_compress.c | 313 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 D | zstd_compress_superblock.c | 167 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 D | zstdmt_compress.c | 1080 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams) in ZSTDMT_updateCParams_whileCompressing()
|
H A D | zstd_compress_internal.h | 599 MEM_STATIC int ZSTD_literalsCompressionIsDisabled(const ZSTD_CCtx_params* cctxParams) in ZSTD_literalsCompressionIsDisabled()
|
/aosp_15_r20/external/zstd/examples/ |
H A D | streaming_memory_usage.c | 69 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in main() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | roundTripCrash.c | 86 ZSTD_CCtx_params* const cctxParams = ZSTD_createCCtxParams(); in cctxParamRoundTripTest() local
|
H A D | fuzzer.c | 3093 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 D | zstreamtest.c | 2775 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 D | zwrapbench.c | 267 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in BMK_benchMem() local
|
/aosp_15_r20/external/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 210 ZSTD_CCtx_params* cctxParams = ZSTD_createCCtxParams(); in ZWRAP_initializeCStream() local
|