Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c436 static size_t ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument
486 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences()
487 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
488 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
641 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument
649 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
653 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
657 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()