Searched refs:nextState (Results 1 – 1 of 1) sorted by relevance
158 U16 nextState = symbolNext[symbol]++; in FSE_buildDTable_wksp() local159 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp()160 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()