Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_compress_sequences.c291 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
314 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
H A Dzstd_internal.h189 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, variable
H A Dzstd_compress_superblock.c649 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
H A Dzstd_decompress_block.c521 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
H A Dzstd_opt.c246 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
H A Dzstd_decompress.c1119 LL_base, LL_bits, in ZSTD_loadDEntropy()