Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7.c31 #define ONE_STATE(ctx) Ppmd7Context_OneState(ctx) macro
366 s = ONE_STATE(c); in CreateSuccessors()
382 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
408 *ONE_STATE(c1) = upState; in CreateSuccessors()
437 CPpmd_State *s = ONE_STATE(c); in UpdateModel()
543 *s = *ONE_STATE(c); in UpdateModel()
626 *(p->FoundState = ONE_STATE(p->MinContext)) = tmp; in Rescale()