Searched refs:FSE_normalizeCount (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_compress_sequences.c | 76 FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq, max, ZSTD_useLowProbCount(nbSeq)), ""); in ZSTD_NCountCost() 278 FORWARD_IF_ERROR(FSE_normalizeCount(wksp->norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSeq_1)), "FSE_normalizeCount failed"); in ZSTD_buildCTable()
|
H A D | fse_compress.c | 473 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() function
|
H A D | huf_compress.c | 111 CHECK_F( FSE_normalizeCount(wksp->norm, tableLog, wksp->count, wtSize, maxSymbolValue, /* useLowProbCount */ 0) ); in HUF_compressWeights()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse.h | 102 /*! FSE_normalizeCount(): 107 FSE_PUBLIC_API size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_t srcSize, unsigned maxSymbolValue); 143 FSE_normalizeCount() will ensure that sum of frequencies is == 2 ^'tableLog'. 149 The result of FSE_normalizeCount() will be saved into a table,
|
H A D | fse_compress.c | 608 size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_t total, unsigned maxSymbolValue) in FSE_normalizeCount() function
|
H A D | huf_compress.c | 124 CHECK_F(FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue)); in HUF_compressWeights_wksp()
|
H A D | compress.c | 670 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal() 702 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal() 734 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in ZSTD_compressSequences_internal()
|
/kernel/linux/linux-6.6/lib/zstd/common/ |
H A D | fse.h | 134 /*! FSE_normalizeCount(): 145 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog, 191 FSE_normalizeCount() will ensure that sum of frequencies is == 2 ^'tableLog'. 197 The result of FSE_normalizeCount() will be saved into a table,
|
Completed in 21 milliseconds