Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c347 CPpmd_State upState; in CreateSuccessors() local
378 upState.Symbol = *(const Byte *)Ppmd7_GetPtr(p, upBranch); in CreateSuccessors()
379 SetSuccessor(&upState, upBranch + 1); in CreateSuccessors()
382 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
387 for (s = STATS(c); s->Symbol != upState.Symbol; s++); in CreateSuccessors()
390upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0)))); in CreateSuccessors()
408 *ONE_STATE(c1) = upState; in CreateSuccessors()