Home
last modified time | relevance | path

Searched refs:LL_bits (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h145 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c117 …U32 const price = LL_bits[llCode] + optPtr->log2litLengthSum - ZSTD_highbit32(optPtr->litLengthFre… in ZSTD_litLengthPrice()
142 int const contribution = LL_bits[llCode] in ZSTD_litLengthContribution()
H A Dzstd_compress.c1573 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
1596 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c941 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in writeSequences()
953 U32 const llBits = LL_bits[llCode]; in writeSequences()
/freebsd-12.1/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c974 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
2221 LL_base, LL_bits, in ZSTD_loadEntropy()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c509 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3292 U32 const llBits = LL_bits[llCode]; in ZSTDv06_decodeSequence()
H A Dzstd_v07.c2743 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3518 U32 const llBits = LL_bits[llCode]; in ZSTDv07_decodeSequence()