Lines Matching refs:symbol
301 static void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* CStatePtr, unsigned symbol);
444 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() argument
447 …pressionTransform symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
455 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() argument
457 …onTransform const symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
514 unsigned char symbol; member
530 return DInfo.symbol; in FSE_peekSymbol()
545 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
549 return symbol; in FSE_decodeSymbol()
558 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
562 return symbol; in FSE_decodeSymbolFast()