Home
last modified time | relevance | path

Searched refs:ZSTD_CCtxParams_init (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/
Dzstd.h1837 ZSTDLIB_API size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel);
/external/zstd/lib/compress/
Dzstd_compress.c218 ZSTD_CCtxParams_init(&cctxParams, ZSTD_CLEVEL_DEFAULT); in ZSTD_makeCCtxParamsFromCParams()
242 ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_createCCtxParams_advanced()
261 return ZSTD_CCtxParams_init(params, ZSTD_CLEVEL_DEFAULT); in ZSTD_CCtxParams_reset()
264 size_t ZSTD_CCtxParams_init(ZSTD_CCtx_params* cctxParams, int compressionLevel) { in ZSTD_CCtxParams_init() function
3715 ZSTD_CCtxParams_init(&cctxParams, 0); in ZSTD_createCDict_advanced()
3849 ZSTD_CCtxParams_init(&params, 0); in ZSTD_initStaticCDict()
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c162 ZSTD_CCtxParams_init(params, compressionLevel); in createCDictForDedicatedDictSearch()
/external/zstd/tests/
Dfuzzer.c3223 ZSTD_CCtxParams_init(cctx_params, cLevel); in longUnitTests()