Lines Matching refs:DInfo
492 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
493 return DInfo.symbol;
498 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
499 U32 const nbBits = DInfo.nbBits;
501 DStatePtr->state = DInfo.newState + lowBits;
506 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
507 U32 const nbBits = DInfo.nbBits;
508 BYTE const symbol = DInfo.symbol;
511 DStatePtr->state = DInfo.newState + lowBits;
519 FSE_decode_t const DInfo = ((const FSE_decode_t *)(DStatePtr->table))[DStatePtr->state];
520 U32 const nbBits = DInfo.nbBits;
521 BYTE const symbol = DInfo.symbol;
524 DStatePtr->state = DInfo.newState + lowBits;