Lines Matching refs:symbol
383 static void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* CStatePtr, unsigned symbol);
526 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() argument
529 …pressionTransform symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
537 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() argument
539 …onTransform const symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
596 unsigned char symbol; member
612 return DInfo.symbol; in FSE_peekSymbol()
627 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
631 return symbol; in FSE_decodeSymbol()
640 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
644 return symbol; in FSE_decodeSymbolFast()