Searched refs:llCodeTable (Results 1 – 1 of 1) sorted by relevance
568 BYTE *const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local576 llCodeTable[u] = (llv > 63) ? (BYTE)ZSTD_highbit32(llv) + LL_deltaCode : LL_Code[llv]; in ZSTD_seqToCodes()581 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()596 const BYTE *const llCodeTable = seqStorePtr->llCode; in ZSTD_compressSequences_internal() local653 size_t const mostFrequent = FSE_countFast_wksp(count, &max, llCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal()655 *op++ = llCodeTable[0]; in ZSTD_compressSequences_internal()666 if (count[llCodeTable[nbSeq - 1]] > 1) { in ZSTD_compressSequences_internal()667 count[llCodeTable[nbSeq - 1]]--; in ZSTD_compressSequences_internal()761 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()762 BIT_addBits(&blockStream, sequences[nbSeq - 1].litLength, LL_bits[llCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal()[all …]