Home
last modified time | relevance | path

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

/external/zstd/lib/common/
Dfse_decompress.c78 U32 const maxSV1 = maxSymbolValue + 1; in FSE_buildDTable_internal() local
93 for (s=0; s<maxSV1; s++) { in FSE_buildDTable_internal()
119 for (s=0; s<maxSV1; ++s, sv += add) { in FSE_buildDTable_internal()
154 for (s=0; s<maxSV1; s++) { in FSE_buildDTable_internal()
213 const unsigned maxSV1 = tableMask+1; in FSE_buildDTable_raw() local
222 for (s=0; s<maxSV1; s++) { in FSE_buildDTable_raw()
Dentropy_common.c82 unsigned const maxSV1 = *maxSVPtr + 1; in FSE_readNCount_body() local
142 if (charnum >= maxSV1) break; in FSE_readNCount_body()
195 if (charnum >= maxSV1) break; in FSE_readNCount_body()
209 if (charnum > maxSV1) return ERROR(maxSymbolValue_tooSmall); in FSE_readNCount_body()
/external/zstd/lib/compress/
Dfse_compress.c78 U32 const maxSV1 = maxSymbolValue+1; in FSE_buildCTable_wksp() local
81 …FSE_FUNCTION_TYPE* const tableSymbol = (FSE_FUNCTION_TYPE*)(cumul + (maxSV1+1)); /* size = tableS… in FSE_buildCTable_wksp()
102 for (u=1; u <= maxSV1; u++) { in FSE_buildCTable_wksp()
111 cumul[maxSV1] = (U16)(tableSize+1); in FSE_buildCTable_wksp()
124 for (s=0; s<maxSV1; ++s, sv += add) { in FSE_buildCTable_wksp()
156 for (symbol=0; symbol<maxSV1; symbol++) { in FSE_buildCTable_wksp()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c450 U32 const maxSV1 = maxSymbolValue + 1; in ZSTD_buildFSETable_body() local
469 for (s=0; s<maxSV1; s++) { in ZSTD_buildFSETable_body()
502 for (s=0; s<maxSV1; ++s, sv += add) { in ZSTD_buildFSETable_body()
537 for (s=0; s<maxSV1; s++) { in ZSTD_buildFSETable_body()
/external/zstd/lib/legacy/
Dzstd_v06.c1464 U32 const maxSV1 = maxSymbolValue + 1; in FSEv06_buildDTable() local
1478 for (s=0; s<maxSV1; s++) { in FSEv06_buildDTable()
1493 for (s=0; s<maxSV1; s++) { in FSEv06_buildDTable()
1549 const unsigned maxSV1 = tableMask+1; in FSEv06_buildDTable_raw() local
1558 for (s=0; s<maxSV1; s++) { in FSEv06_buildDTable_raw()
Dzstd_v07.c1484 U32 const maxSV1 = maxSymbolValue + 1; in FSEv07_buildDTable() local
1498 for (s=0; s<maxSV1; s++) { in FSEv07_buildDTable()
1513 for (s=0; s<maxSV1; s++) { in FSEv07_buildDTable()
1569 const unsigned maxSV1 = tableMask+1; in FSEv07_buildDTable_raw() local
1578 for (s=0; s<maxSV1; s++) { in FSEv07_buildDTable_raw()