Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c754 FSE_CState_t stateLitLength; in ZSTD_compressSequences_internal() local
761 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq - 1]); in ZSTD_compressSequences_internal()
795 FSE_encodeSymbol(&blockStream, &stateLitLength, llCode); /* 16 */ /* 33 */ in ZSTD_compressSequences_internal()
820 FSE_flushCState(&blockStream, &stateLitLength); in ZSTD_compressSequences_internal()