Home
last modified time | relevance | path

Searched refs:FSE_normalizeCount (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c76 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 Dfse_compress.c473 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() function
H A Dhuf_compress.c111 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 Dfse.h102 /*! 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 Dfse_compress.c608 size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_t total, unsigned maxSymbolValue) in FSE_normalizeCount() function
H A Dhuf_compress.c124 CHECK_F(FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue)); in HUF_compressWeights_wksp()
H A Dcompress.c670 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 Dfse.h134 /*! 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