Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c272 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
290 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
291 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
311 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
366 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
372 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
384 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
390 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
400 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
409 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.c1932 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
1941 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
1946 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
1981 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local
2038 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_compressSequences_internal()
2051 count, max, llCodeTable, nbSeq, in ZSTD_compressSequences_internal()
2123 CTable_LitLength, llCodeTable, in ZSTD_compressSequences_internal()
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c295 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
313 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
314 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
334 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
389 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
395 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
407 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
413 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
423 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
432 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_superblock.c361 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
376 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
390 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
401 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.c2391 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
2400 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
2405 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
2463 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSequencesStatistics() local
2487 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2591 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSeqStore_internal() local
2664 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3301 const BYTE* llCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3315 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->llType, llCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
3330 const BYTE* llCodeTable, in ZSTD_estimateBlockSize() argument
[all …]