Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_sequences.c305 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
328 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body()
Dzstd_compress_superblock.c653 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_opt.c246 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice()
/external/zstd/lib/common/
Dzstd_internal.h193 static UNUSED_ATTR const U32 LL_bits[MaxLL+1] = { variable
/external/zstd/tests/
Ddecodecorpus.c950 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in writeSequences()
962 U32 const llBits = LL_bits[llCode]; in writeSequences()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c619 LL_base, LL_bits, in ZSTD_decodeSeqHeaders()
Dzstd_decompress.c1135 LL_base, LL_bits, in ZSTD_loadDEntropy()
/external/zstd/lib/legacy/
Dzstd_v06.c515 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3296 U32 const llBits = LL_bits[llCode]; in ZSTDv06_decodeSequence()
Dzstd_v07.c2749 static const U32 LL_bits[MaxLL+1] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, variable
3526 U32 const llBits = LL_bits[llCode]; in ZSTDv07_decodeSequence()