Lines Matching refs:llCodeTable

11255             FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
11524 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
11542 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11543 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11563 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
11618 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
11624 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
11636 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
11642 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
11652 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
11661 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
11669 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
11888 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11905 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11916 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
12340 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12354 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
12368 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
12379 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15014 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
15023 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
15028 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
15063 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local
15120 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_compressSequences_internal()
15133 count, max, llCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15205 CTable_LitLength, llCodeTable, in ZSTD_compressSequences_internal()