Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_compress_sequences.c292 FSE_CState_t stateLitLength; in ZSTD_encodeSequences_body() local
304 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
340 FSE_encodeSymbol(&blockStream, &stateLitLength, llCode); /* 16 */ /* 33 */ in ZSTD_encodeSequences_body()
366 DEBUGLOG(6, "ZSTD_encodeSequences: flushing LL state with %u bits", stateLitLength.stateLog); in ZSTD_encodeSequences_body()
367 FSE_flushCState(&blockStream, &stateLitLength); in ZSTD_encodeSequences_body()
/external/zstd/tests/
Ddecodecorpus.c940 FSE_CState_t stateLitLength; in writeSequences() local
949 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in writeSequences()
969 FSE_encodeSymbol(&blockStream, &stateLitLength, llCode); /* 16 */ /* 33 */ in writeSequences()
982 FSE_flushCState(&blockStream, &stateLitLength); in writeSequences()