Home
last modified time | relevance | path

Searched refs:FSE_normalizeCount (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c769 errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax); in ZDICT_analyzeEntropy()
778 errorCode = FSE_normalizeCount(matchLengthNCount, mlLog, matchLengthCount, total, MaxML); in ZDICT_analyzeEntropy()
787 errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL); in ZDICT_analyzeEntropy()
/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c583 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() function
810 CHECK_F( FSE_normalizeCount(norm, tableLog, count, srcSize, maxSymbolValue) ); in FSE_compress_wksp()
H A Dhuf_compress.c109 CHECK_F( FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue) ); in HUF_compressWeights()
H A Dzstd_compress.c1543 CHECK_F(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max)); in ZSTD_buildCTable()
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dfse.h170 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog, const unsigne…
/freebsd-12.1/sys/contrib/zstd/tests/
H A Ddecodecorpus.c857 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in writeSequences()
884 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in writeSequences()
913 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max); in writeSequences()