Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c256 CLzmaProb *litProbs; member
321 CLzmaProb *litProbs; member
382 memcpy(dest->litProbs, p->litProbs, (0x300 << p->lclp) * sizeof(CLzmaProb)); in LzmaEnc_SaveState()
408 memcpy(dest->litProbs, p->litProbs, (0x300 << dest->lclp) * sizeof(CLzmaProb)); in LzmaEnc_RestoreState()
1716 p->litProbs = 0; in LzmaEnc_Construct()
1717 p->saveState.litProbs = 0; in LzmaEnc_Construct()
1731 alloc->Free(alloc, p->litProbs, 0); in LzmaEnc_FreeLits()
1733 p->litProbs = 0; in LzmaEnc_FreeLits()
1734 p->saveState.litProbs = 0; in LzmaEnc_FreeLits()
1931 if (p->litProbs == 0 || p->saveState.litProbs == 0 || p->lclp != lclp) in LzmaEnc_Alloc()
[all …]