Searched refs:FSE_normalizeCount (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | zdict.c | 769 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 D | fse_compress.c | 583 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 D | huf_compress.c | 109 CHECK_F( FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue) ); in HUF_compressWeights()
|
| H A D | zstd_compress.c | 1543 CHECK_F(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max)); in ZSTD_buildCTable()
|
| /freebsd-12.1/sys/contrib/zstd/lib/common/ |
| H A D | fse.h | 170 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog, const unsigne…
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | decodecorpus.c | 857 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()
|