Searched refs:nextEntropy (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_superblock.c | 165 ZSTD_fseCTables_t* nextEntropy, in ZSTD_buildSuperBlockEntropy_sequences() argument 178 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSuperBlockEntropy_sequences() 179 FSE_CTable* CTable_OffsetBits = nextEntropy->offcodeCTable; in ZSTD_buildSuperBlockEntropy_sequences() 180 FSE_CTable* CTable_MatchLength = nextEntropy->matchlengthCTable; in ZSTD_buildSuperBlockEntropy_sequences() 201 nextEntropy->litlength_repeatMode = prevEntropy->litlength_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences() 202 LLtype = ZSTD_selectEncodingType(&nextEntropy->litlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 226 nextEntropy->offcode_repeatMode = prevEntropy->offcode_repeatMode; in ZSTD_buildSuperBlockEntropy_sequences() 227 Offtype = ZSTD_selectEncodingType(&nextEntropy->offcode_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 249 MLtype = ZSTD_selectEncodingType(&nextEntropy->matchlength_repeatMode, in ZSTD_buildSuperBlockEntropy_sequences() 276 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_buildSuperBlockEntropy() argument [all …]
|
H A D | zstd_compress.c | 1966 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressSequences_internal() argument 1975 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_compressSequences_internal() 1976 FSE_CTable* CTable_OffsetBits = nextEntropy->fse.offcodeCTable; in ZSTD_compressSequences_internal() 1977 FSE_CTable* CTable_MatchLength = nextEntropy->fse.matchlengthCTable; in ZSTD_compressSequences_internal() 1997 &prevEntropy->huf, &nextEntropy->huf, in ZSTD_compressSequences_internal() 2026 memcpy(&nextEntropy->fse, &prevEntropy->fse, sizeof(prevEntropy->fse)); in ZSTD_compressSequences_internal() 2041 LLtype = ZSTD_selectEncodingType(&nextEntropy->fse.litlength_repeatMode, in ZSTD_compressSequences_internal() 2069 nextEntropy->fse.offcode_repeatMode = prevEntropy->fse.offcode_repeatMode; in ZSTD_compressSequences_internal() 2070 Offtype = ZSTD_selectEncodingType(&nextEntropy->fse.offcode_repeatMode, in ZSTD_compressSequences_internal() 2153 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_compressSequences() argument [all …]
|