Home
last modified time | relevance | path

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

/third_party/lzma/C/
DPpmd7.h78 Int32 RunLength, InitRL; /* must be 32-bit at least */ member
130 [ p->PrevSuccess + ((p->RunLength >> 26) & 0x20) \
DPpmd7.c351 p->RunLength = p->InitRL = -(Int32)((p->MaxOrder < 12) ? p->MaxOrder : 12) - 1; in RestartModel()
986 p->RunLength += (int)p->PrevSuccess; in Ppmd7_Update1_0()
1012 p->RunLength = p->InitRL; in Ppmd7_Update2()
DPpmd7Dec.c159 p->RunLength++; in Ppmd7z_DecodeSymbol()
DPpmd7Enc.c172 p->RunLength++; in Ppmd7z_EncodeSymbol()