Searched refs:FSELog (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress_sequences.h | 27 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, 35 FSE_CTable* nextCTable, U32 FSELog, SymbolEncodingType_e type,
|
| H A D | zstd_compress_sequences.c | 72 size_t const nbSeq, unsigned const FSELog) in ZSTD_NCountCost() argument 76 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() 160 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType() argument 209 size_t const NCountCost = ZSTD_NCountCost(count, max, nbSeq, FSELog); in ZSTD_selectEncodingType() 245 FSE_CTable* nextCTable, U32 FSELog, SymbolEncodingType_e type, in ZSTD_buildCTable() argument 271 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable()
|