| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 296 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument 314 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body() 315 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 335 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() 390 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument 396 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default() 408 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument 414 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2() 424 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument 433 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences() [all …]
|
| H A D | zstd_compress_sequences.h | 46 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
|
| H A D | zstd_compress_superblock.c | 367 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument 382 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences() 400 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument 412 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
|
| H A D | zstd_compress.c | 2697 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local 2708 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes() 2716 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes() 2778 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSequencesStatistics() local 2789 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() 2802 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2907 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSeqStore_internal() local 2979 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSeqStore_internal() 3897 const BYTE* llCodeTable, in ZSTD_estimateBlockSize_sequences() argument 3911 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->llType, llCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences() [all …]
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 295 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 D | zstd_compress_sequences.h | 45 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
|
| H A D | zstd_compress_superblock.c | 366 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument 381 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences() 399 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument 411 ebs.estBlockSize = ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
|
| H A D | zstd_compress.c | 2696 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local 2707 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes() 2715 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes() 2777 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSequencesStatistics() local 2788 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() 2801 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2906 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSeqStore_internal() local 2978 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSeqStore_internal() 3896 const BYTE* llCodeTable, in ZSTD_estimateBlockSize_sequences() argument 3910 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->llType, llCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences() [all …]
|