Lines Matching refs:DInfo
611 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
612 return DInfo.symbol;
617 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
618 U32 const nbBits = DInfo.nbBits;
620 DStatePtr->state = DInfo.newState + lowBits;
625 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
626 U32 const nbBits = DInfo.nbBits;
627 BYTE const symbol = DInfo.symbol;
630 DStatePtr->state = DInfo.newState + lowBits;
638 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state];
639 U32 const nbBits = DInfo.nbBits;
640 BYTE const symbol = DInfo.symbol;
643 DStatePtr->state = DInfo.newState + lowBits;