Searched refs:minLitSize (Results 1 – 2 of 2) sorted by relevance
97 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_compressLiterals() local98 if (srcSize <= minLitSize) return ZSTD_noCompressLiterals(dst, dstCapacity, src, srcSize); in ZSTD_compressLiterals()
2995 …{ size_t const minLitSize = (prevHuf->repeatMode == HUF_repeat_valid) ? 6 : COMPRESS_LITERALS_SI… in ZSTD_buildBlockEntropyStats_literals() local2996 if (srcSize <= minLitSize) { in ZSTD_buildBlockEntropyStats_literals()
Completed in 17 milliseconds