Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h110 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
Ddecompress.c939 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequence()
1171 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequenceLong_generic()
Dzstd_opt.h136 …price += LL_bits[llCode] + ssPtr->log2litLengthSum - ZSTD_highbit32(ssPtr->litLengthFreq[llCode] +… in ZSTD_getLiteralPrice()
Dcompress.c762 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()