Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c362 CLzmaProb *litProbs; member
404 CLzmaProb *litProbs; member
515 memcpy((d)->litProbs, (s)->litProbs, ((UInt32)0x300 << (p)->lclp) * sizeof(CLzmaProb));
1216 (p->litProbs + (UInt32)3 * (((((pos) << 8) + (prevByte)) & p->lpMask) << p->lc))
2342 p->litProbs = NULL; in LzmaEnc_Construct()
2343 p->saveState.litProbs = NULL; in LzmaEnc_Construct()
2357 ISzAlloc_Free(alloc, p->litProbs); in LzmaEnc_FreeLits()
2358 ISzAlloc_Free(alloc, p->saveState.litProbs); in LzmaEnc_FreeLits()
2359 p->litProbs in LzmaEnc_FreeLits()
[all...]

Completed in 5 milliseconds