Searched refs:FSE_normalizeM2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | fse_compress.c | 519 static size_t FSE_normalizeM2(short *norm, U32 tableLog, const unsigned *count, size_t total, U32 maxSymbolValue) in FSE_normalizeM2() function 655 size_t const errorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue); in FSE_normalizeCount()
|
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | fse_compress.c | 387 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 maxSymbolValue, short lowProbCount) in FSE_normalizeM2() function 512 size_t const errorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue, lowProbCount); in FSE_normalizeCount()
|
Completed in 4 milliseconds