Searched refs:nextState (Results 1 – 11 of 11) sorted by relevance
168 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable_internal() local169 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable_internal()170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_internal()
68 U16 nextState; member
356 cell->nextState = 0; in ZSTD_buildSeqTable_rle()477 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable_body() local478 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable_body()479 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in ZSTD_buildFSETable_body()917 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()925 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
455 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local456 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) ); in FSE_buildDTable()457 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1156 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local1157 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()1158 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1133 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local1134 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()1135 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1155 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable() local1156 tableDecode[i].nbBits = (BYTE) (tableLog - BIT_highbit32 ((U32)nextState) ); in FSE_buildDTable()1157 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSE_buildDTable()
1512 U16 nextState = symbolNext[symbol]++; in FSEv06_buildDTable() local1513 tableDecode[u].nbBits = (BYTE) (tableLog - BITv06_highbit32 ((U32)nextState) ); in FSEv06_buildDTable()1514 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv06_buildDTable()
1260 U16 nextState = symbolNext[symbol]++; in FSEv05_buildDTable() local1261 tableDecode[i].nbBits = (BYTE) (tableLog - BITv05_highbit32 ((U32)nextState) ); in FSEv05_buildDTable()1262 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize); in FSEv05_buildDTable()
1532 U16 nextState = symbolNext[symbol]++; in FSEv07_buildDTable() local1533 tableDecode[u].nbBits = (BYTE) (tableLog - BITv07_highbit32 ((U32)nextState) ); in FSEv07_buildDTable()1534 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSEv07_buildDTable()
2871 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable() local2872 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in FSE_buildDTable()2873 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable()22691 U16 nextState; member26749 cell->nextState = 0; in ZSTD_buildSeqTable_rle()26813 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable() local26814 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable()26815 tableDecode[u].nextState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize); in ZSTD_buildFSETable()27206 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()27214 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()