| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 285 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument 303 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body() 310 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body() 326 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body() 379 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument 385 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default() 397 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument 403 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2() 413 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument 422 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences() [all …]
|
| H A D | zstd_compress_superblock.c | 181 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSuperBlockEntropy_sequences() local 222 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() 234 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences() 637 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument 648 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences() 665 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize() argument 677 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
|
| H A D | zstd_compress_sequences.h | 43 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
|
| H A D | zstd_compress.c | 2119 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local 2128 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 2166 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_entropyCompressSequences_internal() local 2255 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal() 2269 count, max, ofCodeTable, nbSeq, in ZSTD_entropyCompressSequences_internal() 2312 CTable_OffsetBits, ofCodeTable, in ZSTD_entropyCompressSequences_internal()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 11550 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body() 11566 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body() 11625 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default() 11643 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2() 11670 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences() 11889 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSuperBlockEntropy_sequences() local 12369 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize() argument 15017 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local 15026 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 15064 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local [all …]
|