Home
last modified time | relevance | path

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

/titanic_44/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()
947 #define LIT_PROBS(pos, prevByte) (p->litProbs + ((((pos) & p->lpMask) << p->lc) + ((prevByte) >> (8…
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()
1732 alloc->Free(alloc, p->saveState.litProbs, 0); in LzmaEnc_FreeLits()
1733 p->litProbs = 0; in LzmaEnc_FreeLits()
[all …]