Lines Matching refs:llCodeTable

1449     BYTE* const llCodeTable = seqStorePtr->llCode;  in ZSTD_seqToCodes()  local
1457 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
1462 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
1559 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
1572 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
1573 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
1593 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
1647 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
1653 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
1665 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
1671 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
1681 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
1689 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
1697 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
1716 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local
1766 size_t const mostFrequent = FSE_countFast_wksp(count, &max, llCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal()
1771 count, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_compressSequences_internal()
1812 CTable_LitLength, llCodeTable, in ZSTD_compressSequences_internal()