Searched refs:FSE_normalizeCount (Results 1 – 7 of 7) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 76 …FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq, max, ZSTD_useLowProbCount(nbSeq)… in ZSTD_NCountCost() 270 …FORWARD_IF_ERROR(FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, ZSTD_useLowProbCount(nbSe… in ZSTD_buildCTable()
|
D | fse_compress.c | 437 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount() function 663 …CHECK_F( FSE_normalizeCount(norm, tableLog, count, srcSize, maxSymbolValue, /* useLowProbCount */ … in FSE_compress_wksp()
|
D | huf_compress.c | 87 …CHECK_F( FSE_normalizeCount(norm, tableLog, count, wtSize, maxSymbolValue, /* useLowProbCount */ 0… in HUF_compressWeights()
|
/external/zstd/lib/dictBuilder/ |
D | zdict.c | 788 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy() 797 …errorCode = FSE_normalizeCount(matchLengthNCount, mlLog, matchLengthCount, total, MaxML, /* useLow… in ZDICT_analyzeEntropy() 806 …errorCode = FSE_normalizeCount(litLengthNCount, llLog, litLengthCount, total, MaxLL, /* useLowProb… in ZDICT_analyzeEntropy()
|
/external/zstd/lib/common/ |
D | fse.h | 148 FSE_PUBLIC_API size_t FSE_normalizeCount(short* normalizedCounter, unsigned tableLog,
|
/external/zstd/tests/ |
D | decodecorpus.c | 862 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 890 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences() 920 FSE_normalizeCount(norm, tableLog, count, nbSeq_1, max, nbSeq >= 2048); in writeSequences()
|
D | fuzzer.c | 2987 FSE_normalizeCount(norm, tableLog, count, nbSeq, maxSymbolValue, /* useLowProbCount */ 1); in basicUnitTests()
|