Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
A Dfse_compress.c344 …t* norm, U32 tableLog, const unsigned* count, size_t total, U32 maxSymbolValue, short lowProbCount) in FSE_normalizeM2() argument
361 norm[s] = lowProbCount; in FSE_normalizeM2()
441 short const lowProbCount = useLowProbCount ? -1 : 1; in FSE_normalizeCount() local
455 normalizedCounter[s] = lowProbCount; in FSE_normalizeCount()
469 …rorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue, lowProbCount); in FSE_normalizeCount()

Completed in 4 milliseconds