Searched refs:ofCodeTable (Results 1 – 4 of 4) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_sequences.c | 271 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() argument 289 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body() 296 U32 const ofBits = ofCodeTable[nbSeq-1]; in ZSTD_encodeSequences_body() 312 BYTE const ofCode = ofCodeTable[n]; in ZSTD_encodeSequences_body() 365 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() argument 371 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_default() 383 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() argument 389 CTable_OffsetBits, ofCodeTable, in ZSTD_encodeSequences_bmi2() 399 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences() argument 408 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() 633 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument 644 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff, in ZSTD_estimateSubBlockSize_sequences() 661 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize() argument 673 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 | 1933 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local 1942 ofCodeTable[u] = (BYTE)ZSTD_highbit32(sequences[u].offset); in ZSTD_seqToCodes() 1980 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_compressSequences_internal() local 2065 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal() 2079 count, max, ofCodeTable, nbSeq, in ZSTD_compressSequences_internal() 2122 CTable_OffsetBits, ofCodeTable, in ZSTD_compressSequences_internal()
|