Home
last modified time | relevance | path

Searched refs:FSE_CState_t (Results 1 – 6 of 6) sorted by relevance

/external/zstd/lib/common/
Dfse.h380 } FSE_CState_t; typedef
382 static void FSE_initCState(FSE_CState_t* CStatePtr, const FSE_CTable* ct);
384 static void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* CStatePtr, unsigned symbol);
386 static void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* CStatePtr);
512 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState()
527 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
538 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol()
547 MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t* statePtr) in FSE_flushCState()
/external/zstd/lib/compress/
Dzstd_compress_sequences.c110 FSE_CState_t cstate; in ZSTD_fseBitCost()
290 FSE_CState_t stateMatchLength; in ZSTD_encodeSequences_body()
291 FSE_CState_t stateOffsetBits; in ZSTD_encodeSequences_body()
292 FSE_CState_t stateLitLength; in ZSTD_encodeSequences_body()
Dzstd_opt.c136 FSE_CState_t llstate; in ZSTD_rescaleFreqs()
148 FSE_CState_t mlstate; in ZSTD_rescaleFreqs()
160 FSE_CState_t ofstate; in ZSTD_rescaleFreqs()
Dfse_compress.c566 FSE_CState_t CState1, CState2; in FSE_compress_usingCTable_generic()
/external/zstd/tests/
Ddecodecorpus.c938 FSE_CState_t stateMatchLength; in writeSequences()
939 FSE_CState_t stateOffsetBits; in writeSequences()
940 FSE_CState_t stateLitLength; in writeSequences()
/external/zstd/lib/legacy/
Dzstd_v01.c75 } FSE_CState_t; typedef