Searched refs:DInfo (Results 1 – 1 of 1) sorted by relevance
462 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local463 return DInfo.symbol; in FSE_peekSymbol()468 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local469 U32 const nbBits = DInfo.nbBits; in FSE_updateState()471 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()477 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()478 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()481 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()490 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()491 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast()[all …]
Completed in 4 milliseconds