Lines Matching refs:symbol
303 static void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *CStatePtr, unsigned symbol);
441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2() argument
445 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
453 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol() argument
455 …ressionTransform symbolTT = ((const FSE_symbolCompressionTransform *)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
477 unsigned char symbol; member
493 return DInfo.symbol; in FSE_peekSymbol()
508 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
512 return symbol; in FSE_decodeSymbol()
521 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
525 return symbol; in FSE_decodeSymbolFast()