Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c274 CLzmaProb *litProbs; member
316 CLzmaProb *litProbs; member
419 memcpy(dest->litProbs, p->litProbs, ((UInt32)0x300 << p->lclp) * sizeof(CLzmaProb)); in LzmaEnc_SaveState()
445 memcpy(dest->litProbs, p->litProbs, ((UInt32)0x300 << dest->lclp) * sizeof(CLzmaProb)); in LzmaEnc_RestoreState()
1115 (p->litProbs + (UInt32)3 * (((((pos) << 8) + (prevByte)) & p->lpMask) << p->lc))
2222 p->litProbs = NULL; in LzmaEnc_Construct()
2223 p->saveState.litProbs = NULL; in LzmaEnc_Construct()
2238 ISzAlloc_Free(alloc, p->litProbs); in LzmaEnc_FreeLits()
2239 ISzAlloc_Free(alloc, p->saveState.litProbs); in LzmaEnc_FreeLits()
2240 p->litProbs = NULL; in LzmaEnc_FreeLits()
[all …]