Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c278 CLzmaProb *litProbs; member
320 CLzmaProb *litProbs; member
409 memcpy(dest->litProbs, p->litProbs, ((UInt32)0x300 << p->lclp) * sizeof(CLzmaProb)); in LzmaEnc_SaveState()
435 memcpy(dest->litProbs, p->litProbs, ((UInt32)0x300 << dest->lclp) * sizeof(CLzmaProb)); in LzmaEnc_RestoreState()
982 #define LIT_PROBS(pos, prevByte) (p->litProbs + ((((pos) & p->lpMask) << p->lc) + ((prevByte) >> (8…
1761 p->litProbs = NULL; in LzmaEnc_Construct()
1762 p->saveState.litProbs = NULL; in LzmaEnc_Construct()
1776 alloc->Free(alloc, p->litProbs); in LzmaEnc_FreeLits()
1777 alloc->Free(alloc, p->saveState.litProbs); in LzmaEnc_FreeLits()
1778 p->litProbs = NULL; in LzmaEnc_FreeLits()
[all …]