Searched refs:llCode (Results 1 – 3 of 3) sorted by relevance
173 BYTE *llCode; member
926 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequence() local930 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequence()958 offset += (llCode == 0); in ZSTD_decodeSequence()981 …seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : … in ZSTD_decodeSequence()1158 U32 const llCode = FSE_peekSymbol(&seqState->stateLL); in ZSTD_decodeSequenceLong_generic() local1162 U32 const llBits = LL_bits[llCode]; in ZSTD_decodeSequenceLong_generic()1199 offset += (llCode == 0); in ZSTD_decodeSequenceLong_generic()1222 …seq.litLength = LL_base[llCode] + ((llCode > 15) ? BIT_readBitsFast(&seqState->DStream, llBits) : … in ZSTD_decodeSequenceLong_generic()
125 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_getLiteralPrice() local126 …price += LL_bits[llCode] + ssPtr->log2litLengthSum - ZSTD_highbit32(ssPtr->litLengthFreq[llCode] +… in ZSTD_getLiteralPrice()167 …const BYTE llCode = (litLength > 63) ? (BYTE)ZSTD_highbit32(litLength) + LL_deltaCode : LL_Code[li… in ZSTD_updatePrice() local168 seqStorePtr->litLengthFreq[llCode]++; in ZSTD_updatePrice()
Completed in 16 milliseconds