Searched refs:DStatePtr (Results 1 – 1 of 1) sorted by relevance
455 DStatePtr->state = BIT_readBits(bitD, DTableH->tableLog); in FSE_initDState()457 DStatePtr->table = dt + 1; in FSE_initDState()460 ZSTD_STATIC BYTE FSE_peekSymbol(const FSE_DState_t *DStatePtr) in FSE_peekSymbol() argument462 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()468 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()471 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()476 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()481 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()489 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()494 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()[all …]
Completed in 3 milliseconds