Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c343 CPpmd_State upState; in CreateSuccessors() local
374 upState.Symbol = *(const Byte *)Ppmd7_GetPtr(p, upBranch); in CreateSuccessors()
375 SetSuccessor(&upState, upBranch + 1); in CreateSuccessors()
378 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
383 for (s = STATS(c); s->Symbol != upState.Symbol; s++); in CreateSuccessors()
386upState.Freq = (Byte)(1 + ((2 * cf <= s0) ? (5 * cf > s0) : ((2 * cf + 3 * s0 - 1) / (2 * s0)))); in CreateSuccessors()
404 *ONE_STATE(c1) = upState; in CreateSuccessors()