Lines Matching refs:llCodeTable
2391 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
2400 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
2405 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
2463 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSequencesStatistics() local
2474 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics()
2487 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2591 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSeqStore_internal() local
2664 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSeqStore_internal()
3301 const BYTE* llCodeTable, in ZSTD_estimateBlockSize_sequences() argument
3315 …cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->llType, llCodeTable, nbSeq, Max… in ZSTD_estimateBlockSize_sequences()
3330 const BYTE* llCodeTable, in ZSTD_estimateBlockSize() argument
3340 size_t const seqSize = ZSTD_estimateBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateBlockSize()