Lines Matching refs:symbol
273 static void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *CStatePtr, unsigned symbol);
411 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2() argument
415 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
423 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol() argument
425 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
447 unsigned char symbol; member
463 return DInfo.symbol; in FSE_peekSymbol()
478 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
482 return symbol; in FSE_decodeSymbol()
491 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
495 return symbol; in FSE_decodeSymbolFast()