Searched refs:mlCodeTable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | decodecorpus.c | 809 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in writeSequences() local 895 size_t const mostFrequent = FSE_countFast_wksp(count, &max, mlCodeTable, nbSeq, WKSP); in writeSequences() 897 *op++ = *mlCodeTable; in writeSequences() 901 isSymbolSubset(mlCodeTable, nbSeq, in writeSequences() 912 if (count[mlCodeTable[nbSeq-1]]>1) { count[mlCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences() 923 initSymbolSet(mlCodeTable, nbSeq, frame->stats.matchlengthSymbolSet, 52); in writeSequences() 938 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq-1]); in writeSequences() 943 BIT_addBits(&blockStream, sequences[nbSeq-1].matchLength, ML_bits[mlCodeTable[nbSeq-1]]); in writeSequences() 952 BYTE const mlCode = mlCodeTable[n]; in writeSequences()
|
| /freebsd-12.1/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1451 BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_seqToCodes() local 1459 mlCodeTable[u] = (BYTE)ZSTD_MLcode(mlv); in ZSTD_seqToCodes() 1464 mlCodeTable[seqStorePtr->longLengthPos] = MaxML; in ZSTD_seqToCodes() 1557 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable, in ZSTD_encodeSequences_body() argument 1595 BYTE const mlCode = mlCodeTable[n]; in ZSTD_encodeSequences_body() 1651 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_default() 1669 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences_bmi2() 1687 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences() 1695 CTable_MatchLength, mlCodeTable, in ZSTD_encodeSequences() 1717 const BYTE* const mlCodeTable = seqStorePtr->mlCode; in ZSTD_compressSequences_internal() local [all …]
|