Searched refs:FSE_decode_t (Results 1 – 2 of 2) sorted by relevance
580 } FSE_decode_t; /* size == U32 */ typedef593 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()599 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()607 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()620 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()666 #define FSE_DECODE_TYPE FSE_decode_t
187 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()204 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()
Completed in 12 milliseconds