Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c286 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
304 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
305 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
325 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
380 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
386 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
398 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
404 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
414 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
423 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_superblock.c182 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local
199 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
210 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
638 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
652 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
666 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
677 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
H A Dzstd_compress_sequences.h44 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
H A Dzstd_compress.c2118 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
2127 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
2132 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
2167 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSequences_internal() local
2228 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_entropyCompressSequences_internal()
2241 count, max, llCodeTable, nbSeq, in ZSTD_entropyCompressSequences_internal()
2313 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSequences_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c11565 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
11626 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
11644 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
11671 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
11890 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local
12370 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
15016 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
15025 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
15030 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
15065 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local
[all …]