Home
last modified time | relevance | path

Searched refs:FSE_DState_t (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h356 } FSE_DState_t; typedef
358 static void FSE_initDState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD, const FSE_DTable *dt);
360 static unsigned char FSE_decodeSymbol(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD);
362 static unsigned FSE_endOfDState(const FSE_DState_t *DStatePtr);
372 FSE_DState_t DState; // State context. Multiple ones are possible
416 static unsigned char FSE_decodeSymbolFast(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD);
481 ZSTD_STATIC void FSE_initDState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD, const FSE_DTable *dt) in FSE_initDState()
490 ZSTD_STATIC BYTE FSE_peekSymbol(const FSE_DState_t *DStatePtr) in FSE_peekSymbol()
496 ZSTD_STATIC void FSE_updateState(FSE_DState_t *DStatePtr, BIT_DStream_t *bitD) in FSE_updateState()
504 ZSTD_STATIC BYTE FSE_decodeSymbol(FSE_DState_t *DStatePt
[all...]
H A Dfse_decompress.c216 FSE_DState_t state1; in FSE_decompress_usingDTable_generic()
217 FSE_DState_t state2; in FSE_decompress_usingDTable_generic()
H A Ddecompress.c870 FSE_DState_t stateLL;
871 FSE_DState_t stateOffb;
872 FSE_DState_t stateML;
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h437 } FSE_DState_t; typedef
440 static void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt);
442 static unsigned char FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD);
444 static unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr);
454 FSE_DState_t DState; // State context. Multiple ones are possible
499 static unsigned char FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD);
600 MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD, const FSE_DTable* dt)
609 MEM_STATIC BYTE FSE_peekSymbol(const FSE_DState_t* DStatePtr)
615 MEM_STATIC void FSE_updateState(FSE_DState_t* DStatePtr, BIT_DStream_t* bitD)
623 MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePt
[all...]
H A Dfse_decompress.c242 FSE_DState_t state1; in FSE_decompress_usingDTable_generic()
243 FSE_DState_t state2; in FSE_decompress_usingDTable_generic()

Completed in 8 milliseconds