Searched refs:lowProbCount (Results 1 - 1 of 1) sorted by path

/linux-master/lib/zstd/compress/
H A Dfse_compress.c387 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 maxSymbolValue, short lowProbCount) argument
404 norm[s] = lowProbCount;
484 short const lowProbCount = useLowProbCount ? -1 : 1; local
498 normalizedCounter[s] = lowProbCount;
512 size_t const errorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue, lowProbCount);

Completed in 191 milliseconds