Searched refs:llDInfo (Results 1 – 2 of 2) sorted by relevance
836 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local839 U32 const llBase = llDInfo.baseValue; in ZSTD_decodeSequence()842 BYTE const llBits = llDInfo.nbAdditionalBits; in ZSTD_decodeSequence()927 … ZSTD_updateFseStateWithDInfo(&seqState->stateLL, &seqState->DStream, llDInfo); /* <= 9 bits */ in ZSTD_decodeSequence()
1172 const ZSTD_seqSymbol* const llDInfo = seqState->stateLL.table + seqState->stateLL.state; local1176 seq.litLength = llDInfo->baseValue;1178 BYTE const llBits = llDInfo->nbAdditionalBits;1183 U16 const llNext = llDInfo->nextState;1186 U32 const llnbBits = llDInfo->nbBits;1219 U32 const ll0 = (llDInfo->baseValue == 0);