Home
last modified time | relevance | path

Searched refs:nextEntropy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c1362 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressLiterals() argument
1380 memcpy(nextEntropy->hufCTable, prevEntropy->hufCTable, in ZSTD_compressLiterals()
1417 nextEntropy->hufCTable_repeatMode = HUF_repeat_check; in ZSTD_compressLiterals()
1703 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressSequences_internal() argument
1710 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_compressSequences_internal()
1711 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_compressSequences_internal()
1712 FSE_CTable* CTable_MatchLength = nextEntropy->matchlengthCTable; in ZSTD_compressSequences_internal()
1730 prevEntropy, nextEntropy, in ZSTD_compressSequences_internal()
1824 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressSequences() argument
1848 if (nextEntropy->offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressSequences()
[all …]