Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c294 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
312 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
317 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
337 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
388 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
394 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
406 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
412 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
422 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
431 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_sequences.h44 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
H A Dzstd_compress_superblock.c368 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
386 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
401 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
412 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
H A Dzstd_compress.c2699 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
2710 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
2718 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2779 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSequencesStatistics() local
2852 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2864 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2908 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_entropyCompressSeqStore_internal() local
2977 CTable_MatchLength, mlCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3898 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3915 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c293 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument
311 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
316 BIT_addBits(&blockStream, sequences[nbSeq-1].mlBase, ML_bits[mlCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
336 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body()
387 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_default() argument
393 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default()
405 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_bmi2() argument
411 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2()
421 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences() argument
430 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences()
[all …]
H A Dzstd_compress_sequences.h43 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
H A Dzstd_compress_superblock.c367 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
385 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, MaxML, in ZSTD_estimateSubBlockSize_sequences()
400 const BYTE* mlCodeTable, in ZSTD_estimateSubBlockSize() argument
411 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
H A Dzstd_compress.c2698 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local
2709 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes()
2717 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()
2778 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_buildSequencesStatistics() local
2851 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2863 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2907 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_entropyCompressSeqStore_internal() local
2976 CTable_MatchLength, mlCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3897 const BYTE* mlCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3914 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->mlType, mlCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
[all …]