Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress_block.c945 ZSTD_seqSymbol const llDInfo = seqState->stateLL.table[seqState->stateLL.state]; in ZSTD_decodeSequence() local
948 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()