Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c345 CPpmd_State upState; in CreateSuccessors() local
376 upState.Symbol = *(const Byte *)Ppmd7_GetPtr(p, upBranch); in CreateSuccessors()
377 SetSuccessor(&upState, upBranch + 1); in CreateSuccessors()
380 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
385 for (s = STATS(c); s->Symbol != upState.Symbol; s++); in CreateSuccessors()
388upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0)))); in CreateSuccessors()
406 *ONE_STATE(c1) = upState; in CreateSuccessors()