Lines Matching refs:llCodeTable

11257             FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
11526 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
11544 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
11545 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
11565 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
11620 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
11626 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
11638 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
11644 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
11654 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
11663 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
11671 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
11890 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local
11907 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
11918 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
12342 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
12356 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
12370 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
12381 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
15016 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
15025 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
15030 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
15065 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local
15122 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_compressSequences_internal()
15135 count, max, llCodeTable, nbSeq, in ZSTD_compressSequences_internal()
15207 CTable_LitLength, llCodeTable, in ZSTD_compressSequences_internal()