Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_superblock.c159 static size_t ZSTD_compressSubBlock_sequences(const ZSTD_fseCTables_t* fseTables, in ZSTD_compressSubBlock_sequences() argument
209 fseTables->matchlengthCTable, mlCode, in ZSTD_compressSubBlock_sequences()
210 fseTables->offcodeCTable, ofCode, in ZSTD_compressSubBlock_sequences()
211 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences()
364 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateSubBlockSize_sequences() argument
373 nbSeq, fseTables->offcodeCTable, NULL, in ZSTD_estimateSubBlockSize_sequences()
377 nbSeq, fseTables->litlengthCTable, LL_bits, in ZSTD_estimateSubBlockSize_sequences()
381 nbSeq, fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_compress.c3213 const ZSTD_fseCTables_t* fseTables, in ZSTD_estimateBlockSize_sequences() argument
3221 fseTables->offcodeCTable, NULL, in ZSTD_estimateBlockSize_sequences()
3225 fseTables->litlengthCTable, LL_bits, in ZSTD_estimateBlockSize_sequences()
3229 fseTables->matchlengthCTable, ML_bits, in ZSTD_estimateBlockSize_sequences()