Home
last modified time | relevance | path

Searched refs:highThreshold (Results 1 – 10 of 10) sorted by relevance

/external/zstd/lib/common/
Dfse_decompress.c80 U32 highThreshold = tableSize-1; in FSE_buildDTable_internal() local
95 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
105 if (highThreshold == tableSize - 1) { in FSE_buildDTable_internal()
159 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_internal()
/external/zstd/lib/compress/
Dfse_compress.c82 U32 highThreshold = tableSize-1; in FSE_buildCTable_wksp() local
104 tableSymbol[highThreshold--] = (FSE_FUNCTION_TYPE)(u-1); in FSE_buildCTable_wksp()
120 while (position > highThreshold) in FSE_buildCTable_wksp()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c379 U32 highThreshold = tableSize - 1; in ZSTD_buildFSETable_body() local
395 tableDecode[highThreshold--].baseValue = s; in ZSTD_buildFSETable_body()
412 if (highThreshold == tableSize - 1) { in ZSTD_buildFSETable_body()
467 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in ZSTD_buildFSETable_body()
/external/zstd/lib/legacy/
Dzstd_v01.c410 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
425 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
443 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
Dzstd_v03.c1111 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1126 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1144 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
Dzstd_v04.c1087 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1103 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1121 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
Dzstd_v02.c1110 U32 highThreshold = tableSize-1; in FSE_buildDTable() local
1125 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable()
1143 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable()
Dzstd_v05.c1223 U32 highThreshold = tableSize-1; in FSEv05_buildDTable() local
1237 tableDecode[highThreshold--].symbol = (FSEv05_FUNCTION_TYPE)s; in FSEv05_buildDTable()
1250 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv05_buildDTable()
Dzstd_v06.c1470 U32 highThreshold = tableSize-1; in FSEv06_buildDTable() local
1484 tableDecode[highThreshold--].symbol = (FSEv06_FUNCTION_TYPE)s; in FSEv06_buildDTable()
1502 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv06_buildDTable()
Dzstd_v07.c1490 U32 highThreshold = tableSize-1; in FSEv07_buildDTable() local
1504 tableDecode[highThreshold--].symbol = (FSEv07_FUNCTION_TYPE)s; in FSEv07_buildDTable()
1522 … while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */ in FSEv07_buildDTable()