Searched refs:fseTables (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress_superblock.c | 164 ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument 214 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences() 215 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences() 216 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences() 370 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument 379 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences() 383 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences() 387 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
|
| H A D | zstd_compress.c | 3813 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateBlockSize_sequences() argument 3821 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences() 3825 fseTables->litlengthCTable, LL_bits, in ZSTD_estimateBlockSize_sequences() 3829 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()
|