Home
last modified time | relevance | path

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

/linux-6.1.9/lib/zstd/compress/ !
Dfse_compress.c204 unsigned const alphabetSize = maxSymbolValue + 1; in FSE_writeNCount_generic() local
216 while ((symbol < alphabetSize) && (remaining>1)) { /* stops at 1 */ in FSE_writeNCount_generic()
219 while ((symbol < alphabetSize) && !normalizedCounter[symbol]) symbol++; in FSE_writeNCount_generic()
220 if (symbol == alphabetSize) break; /* incorrect distribution */ in FSE_writeNCount_generic()
272 assert(symbol <= alphabetSize); in FSE_writeNCount_generic()
Dhuf_compress.c494 int const alphabetSize = (int)(maxSymbolValue + 1); in HUF_buildCTableFromTree() local
504 for (n=0; n<alphabetSize; n++) in HUF_buildCTableFromTree()
506 for (n=0; n<alphabetSize; n++) in HUF_buildCTableFromTree()