Searched refs:DInfo (Results 1 – 10 of 10) sorted by relevance
613 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_peekSymbol() local614 return DInfo.symbol; in FSE_peekSymbol()619 FSE_decode_t const DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_updateState() local620 U32 const nbBits = DInfo.nbBits; in FSE_updateState()622 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()628 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()629 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()632 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()641 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()642 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast()[all …]
784 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local785 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()786 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()789 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()795 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local796 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()797 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()800 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1123 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_peekSymbol() local1124 return DInfo.symbol; in FSEv06_peekSymbol()1129 FSEv06_decode_t const DInfo = ((const FSEv06_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv06_updateState() local1130 U32 const nbBits = DInfo.nbBits; in FSEv06_updateState()1132 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_updateState()1138 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbol()1139 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbol()1142 DStatePtr->state = DInfo.newState + lowBits; in FSEv06_decodeSymbol()1151 U32 const nbBits = DInfo.nbBits; in FSEv06_decodeSymbolFast()1152 BYTE const symbol = DInfo.symbol; in FSEv06_decodeSymbolFast()[all …]
887 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_peekSymbol() local888 return DInfo.symbol; in FSEv07_peekSymbol()893 FSEv07_decode_t const DInfo = ((const FSEv07_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv07_updateState() local894 U32 const nbBits = DInfo.nbBits; in FSEv07_updateState()896 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_updateState()902 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbol()903 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbol()906 DStatePtr->state = DInfo.newState + lowBits; in FSEv07_decodeSymbol()915 U32 const nbBits = DInfo.nbBits; in FSEv07_decodeSymbolFast()916 BYTE const symbol = DInfo.symbol; in FSEv07_decodeSymbolFast()[all …]
728 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local729 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()730 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()733 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()739 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local740 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()741 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()744 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
1017 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_peakSymbol() local1018 return DInfo.symbol; in FSEv05_peakSymbol()1023 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbol() local1024 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbol()1025 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbol()1028 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbol()1034 const FSEv05_decode_t DInfo = ((const FSEv05_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSEv05_decodeSymbolFast() local1035 const U32 nbBits = DInfo.nbBits; in FSEv05_decodeSymbolFast()1036 BYTE symbol = DInfo.symbol; in FSEv05_decodeSymbolFast()1039 DStatePtr->state = DInfo.newState + lowBits; in FSEv05_decodeSymbolFast()
901 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local902 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()903 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()906 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()912 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local913 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()914 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()917 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
726 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbol() local727 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbol()728 BYTE symbol = DInfo.symbol; in FSE_decodeSymbol()731 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()737 const FSE_decode_t DInfo = ((const FSE_decode_t*)(DStatePtr->table))[DStatePtr->state]; in FSE_decodeSymbolFast() local738 const U32 nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()739 BYTE symbol = DInfo.symbol; in FSE_decodeSymbolFast()742 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()
914 ZSTD_seqSymbol const DInfo = DStatePtr->table[DStatePtr->state]; in ZSTD_updateFseState() local915 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()917 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseState()921 …_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DInfo) in ZSTD_updateFseStateWithDInfo() argument923 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseStateWithDInfo()925 DStatePtr->state = DInfo.nextState + lowBits; in ZSTD_updateFseStateWithDInfo()
2057 return DInfo.symbol; in FSE_peekSymbol()2063 U32 const nbBits = DInfo.nbBits; in FSE_updateState()2065 DStatePtr->state = DInfo.newState + lowBits; in FSE_updateState()2071 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbol()2072 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol()2075 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbol()2084 U32 const nbBits = DInfo.nbBits; in FSE_decodeSymbolFast()2085 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast()2088 DStatePtr->state = DInfo.newState + lowBits; in FSE_decodeSymbolFast()27204 U32 const nbBits = DInfo.nbBits; in ZSTD_updateFseState()[all …]