Searched refs:mlCodeTable (Results 1 – 1 of 1) sorted by relevance
570 BYTE *const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local578 mlCodeTable[u] = (mlv > 127) ? (BYTE)ZSTD_highbit32(mlv) + ML_deltaCode : ML_Code[mlv]; in ZSTD_seqToCodes()583 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes()597 const BYTE *const mlCodeTable = seqStorePtr->mlCode; in ZSTD_compressSequences_internal() local717 size_t const mostFrequent = FSE_countFast_wksp(count, &max, mlCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal()719 *op++ = *mlCodeTable; in ZSTD_compressSequences_internal()730 if (count[mlCodeTable[nbSeq - 1]] > 1) { in ZSTD_compressSequences_internal()731 count[mlCodeTable[nbSeq - 1]]--; in ZSTD_compressSequences_internal()759 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()765 BIT_addBits(&blockStream, sequences[nbSeq - 1].matchLength, ML_bits[mlCodeTable[nbSeq - 1]]); in ZSTD_compressSequences_internal()[all …]