Searched defs:compressionLevel (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/src/pdf/ |
| D | SkDeflate.cpp | 68 int compressionLevel, in SkDeflateWStream()
|
| /third_party/lz4/lib/ |
| D | lz4hc.h | 215 short compressionLevel; member
|
| D | lz4hc.c | 939 …Reset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC_extStateHC_fastReset() 951 …ateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC_extStateHC() 958 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC() 1027 void LZ4_resetStreamHC (LZ4_streamHC_t* LZ4_streamHCPtr, int compressionLevel) in LZ4_resetStreamHC() 1033 void LZ4_resetStreamHC_fast (LZ4_streamHC_t* LZ4_streamHCPtr, int compressionLevel) in LZ4_resetStreamHC_fast() 1051 void LZ4_setCompressionLevel(LZ4_streamHC_t* LZ4_streamHCPtr, int compressionLevel) in LZ4_setCompressionLevel()
|
| D | lz4frame.h | 194 …int compressionLevel; /* 0: default (fast mode); values > LZ4HC_CLEVEL_MAX count as LZ4HC_… member
|
| /third_party/lz4/programs/ |
| D | lz4io.c | 501 int compressionLevel, const LZ4IO_prefs_t* prefs) in LZ4IO_compressMultipleFilenames_Legacy() 664 int compressionLevel, const LZ4IO_prefs_t* const io_prefs) in LZ4IO_compressFilename_extRess() 786 int LZ4IO_compressFilename(const char* srcFileName, const char* dstFileName, int compressionLevel, … in LZ4IO_compressFilename() 813 int compressionLevel, in LZ4IO_compressMultipleFilenames()
|
| /third_party/lz4/tests/ |
| D | fuzzer.c | 381 int const compressionLevel = FUZ_rand(&randState) % (LZ4HC_CLEVEL_MAX+1); in FUZ_test() local 1064 static void FUZ_unitTests(int compressionLevel) in FUZ_unitTests()
|