Searched refs:nextEntropy (Results 1 – 1 of 1) sorted by relevance
1362 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressLiterals() argument1380 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() argument1710 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() argument1848 if (nextEntropy->offcode_repeatMode == FSE_repeat_valid) in ZSTD_compressSequences()[all …]