Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_decompress_block.c667 } ZSTD_fseState; typedef
671 ZSTD_fseState stateLL;
672 ZSTD_fseState stateOffb;
673 ZSTD_fseState stateML;
900 ZSTD_initFseState(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, const ZSTD_seqSymbol* dt) in ZSTD_initFseState()
912 ZSTD_updateFseState(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD) in ZSTD_updateFseState()
921 ZSTD_updateFseStateWithDInfo(ZSTD_fseState* DStatePtr, BIT_DStream_t* bitD, ZSTD_seqSymbol const DI… in ZSTD_updateFseStateWithDInfo()