Searched refs:LL_bits (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/lib/zstd/ |
D | zstd_internal.h | 110 static const U32 LL_bits[MaxLL + 1] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, … variable
|
D | decompress.c | 939 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequence() 1171 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequenceLong_generic()
|
D | zstd_opt.h | 136 …price += LL_bits[llCode] + ssPtr->log2litLengthSum - ZSTD_highbit32(ssPtr->litLengthFreq[llCode] +… in ZSTD_getLiteralPrice()
|
D | compress.c | 762 BIT_addBits(&blockStream, sequences[nbSeq - 1].litLength, LL_bits[llCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal() 787 U32 const llBits = LL_bits[llCode]; in ZSTD_compressSequences_internal()
|