Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c12144 static size_t ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument
12194 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences()
12195 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
12196 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
12345 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument
12353 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
12357 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
12361 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()