Searched refs:LL_bits (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | zstd_internal.h | 145 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 D | zstd_opt.c | 117 …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 D | zstd_compress.c | 1573 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 D | decodecorpus.c | 941 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 D | zstd_decompress.c | 974 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 D | zstd_v06.c | 509 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 D | zstd_v07.c | 2743 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()
|