Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_compress.c745 FSE_initCState2(&CState1, ct, *--ip); in FSE_compress_usingCTable_generic()
746 FSE_initCState2(&CState2, ct, *--ip); in FSE_compress_usingCTable_generic()
750 FSE_initCState2(&CState2, ct, *--ip); in FSE_compress_usingCTable_generic()
751 FSE_initCState2(&CState1, ct, *--ip); in FSE_compress_usingCTable_generic()
Dfse.h441 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2() function
Dcompress.c759 FSE_initCState2(&stateMatchLength, CTable_MatchLength, mlCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()
760 FSE_initCState2(&stateOffsetBits, CTable_OffsetBits, ofCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()
761 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()