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
364 s = ONE_STATE(c); in CreateSuccessors()
380 upState.Freq = ONE_STATE(c)->Freq; in CreateSuccessors()
406 *ONE_STATE(c1) = upState; in CreateSuccessors()
435 CPpmd_State *s = ONE_STATE(c); in UpdateModel()
541 *s = *ONE_STATE(c); in UpdateModel()
624 *(p->FoundState = ONE_STATE(p->MinContext)) = tmp; in Rescale()