Searched refs:llDInfo (Results 1 – 2 of 2) sorted by relevance
945 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local948 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()951 BYTE const llBits = llDInfo.nbAdditionalBits; in ZSTD_decodeSequence()1044 … ZSTD_updateFseStateWithDInfo(&seqState->stateLL, &seqState->DStream, llDInfo); /* <= 9 bits */ in ZSTD_decodeSequence()
27234 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local27237 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()27240 BYTE const llBits = llDInfo.nbAdditionalBits; in ZSTD_decodeSequence()27333 … ZSTD_updateFseStateWithDInfo(&seqState->stateLL, &seqState->DStream, llDInfo); /* <= 9 bits */ in ZSTD_decodeSequence()