Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress_sequences.c292 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
310 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
386 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
392 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
404 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
410 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
420 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
429 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
437 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
Dzstd_compress_sequences.h44 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
Dzstd_compress_superblock.c179 FSE_CTable* CTable_LitLength = nextEntropy->litlengthCTable; in ZSTD_buildSuperBlockEntropy_sequences() local
210 …{ size_t const countSize = ZSTD_buildCTable(op, oend - op, CTable_LitLength, LLFSELog, (symbolEn… in ZSTD_buildSuperBlockEntropy_sequences()
Dzstd_compress.c2110 FSE_CTable* CTable_LitLength = nextEntropy->fse.litlengthCTable; in ZSTD_entropyCompressSequences_internal() local
2189 CTable_LitLength, LLFSELog, (symbolEncodingType_e)LLtype, in ZSTD_entropyCompressSequences_internal()
2262 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSequences_internal()