Home
last modified time | relevance | path

Searched refs:LZ4HC_CLEVEL_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.h48 #define LZ4HC_CLEVEL_DEFAULT 9 macro
120 LZ4_createStreamHC() does both, though compression level is set to LZ4HC_CLEVEL_DEFAULT.
H A Dlz4hc.c840 if (cLevel < 1) cLevel = LZ4HC_CLEVEL_DEFAULT; /* note : convention is different from lz4frame, maybe something to review */ in LZ4HC_compress_generic_internal()
997 LZ4_setCompressionLevel(state, LZ4HC_CLEVEL_DEFAULT); in LZ4_createStreamHC()
1022 LZ4_setCompressionLevel(LZ4_streamHCPtr, LZ4HC_CLEVEL_DEFAULT); in LZ4_initStreamHC()
1054 if (compressionLevel < 1) compressionLevel = LZ4HC_CLEVEL_DEFAULT; in LZ4_setCompressionLevel()
H A Dlz4frame.c554 LZ4_setCompressionLevel(cdict->HCCtx, LZ4HC_CLEVEL_DEFAULT); in LZ4F_createCDict_advanced()
/third_party/lz4/tests/
H A Dfreestanding.c98 LZ4HC_CLEVEL_DEFAULT in test_lz4hc()
H A Dfuzzer.c1879 if ((seedset==0) && (testNb==0)) { FUZ_unitTests(LZ4HC_CLEVEL_DEFAULT); FUZ_unitTests(LZ4HC_CLEVEL_OPT_MIN); } in main()

Completed in 11 milliseconds