Searched refs:RestoreMethod (Results 1 – 2 of 2) sorted by relevance
406 p->RestoreMethod = restoreMethod; in Ppmd8_Init() 578 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel() 583 else if (p->RestoreMethod == PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel() 588 p->RestoreMethod++; in RestoreModel() 594 if (p->RestoreMethod == PPMD8_RESTORE_METHOD_RESTART || GetUsedMemory(p) < (p->Size >> 1)) in RestoreModel() 728 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder() 764 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder() 888 else if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in UpdateModel() 982 || p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE in Rescale()
64 unsigned RestoreMethod; member