Searched refs:FSE_decode_t (Results 1 – 2 of 2) sorted by relevance
597 } FSE_decode_t; /* size == U32 */ typedef610 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol()616 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState()624 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol()637 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast()685 #define FSE_DECODE_TYPE FSE_decode_t
192 FSE_decode_t* const cell = (FSE_decode_t*)dPtr; in FSE_buildDTable_rle()210 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw()
Completed in 9 milliseconds