Searched refs:normalizedCounter (Results 1 – 3 of 3) sorted by relevance
/u-boot/lib/zstd/ |
A D | fse_decompress.c | 65 size_t FSE_buildDTable_wksp(FSE_DTable *dt, const short *normalizedCounter, unsigned maxSymbolValue… in FSE_buildDTable_wksp() argument 92 if (normalizedCounter[s] == -1) { in FSE_buildDTable_wksp() 96 if (normalizedCounter[s] >= largeLimit) in FSE_buildDTable_wksp() 98 symbolNext[s] = normalizedCounter[s]; in FSE_buildDTable_wksp() 112 for (i = 0; i < normalizedCounter[s]; i++) { in FSE_buildDTable_wksp()
|
A D | fse.h | 77 FSE_PUBLIC_API size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigne… 88 …ize_t FSE_writeNCount(void *buffer, size_t bufferSize, const short *normalizedCounter, unsigned ma… 151 FSE_PUBLIC_API size_t FSE_readNCount(short *normalizedCounter, unsigned *maxSymbolValuePtr, unsigne… 160 FSE_PUBLIC_API size_t FSE_buildDTable_wksp(FSE_DTable *dt, const short *normalizedCounter, unsigned… 246 size_t FSE_buildCTable_wksp(FSE_CTable *ct, const short *normalizedCounter, unsigned maxSymbolValue…
|
A D | entropy_common.c | 29 size_t FSE_readNCount(short *normalizedCounter, unsigned *maxSVPtr, unsigned *tableLogPtr, const vo… in FSE_readNCount() argument 78 normalizedCounter[charnum++] = 0; in FSE_readNCount() 103 normalizedCounter[charnum++] = (short)count; in FSE_readNCount()
|
Completed in 6 milliseconds