Searched refs:llCodeTable (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress_sequences.c | 292 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument 310 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body() 311 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body() 331 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() 386 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument 392 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default() 404 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument 410 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2() 420 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument 429 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences() [all …]
|
D | zstd_compress_superblock.c | 183 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local 200 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() 211 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences() 641 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument 655 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences() 669 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument 680 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
|
D | zstd_compress_sequences.h | 44 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
|
D | zstd_compress.c | 2067 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local 2076 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes() 2081 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes() 2116 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSequences_internal() local 2177 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_entropyCompressSequences_internal() 2190 count, max, llCodeTable, nbSeq, in ZSTD_entropyCompressSequences_internal() 2262 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSequences_internal()
|