Searched refs:RestoreMethod (Results 1 – 2 of 2) sorted by relevance
413 p->RestoreMethod = restoreMethod; in Ppmd8_Init()585 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel()590 else if (p->RestoreMethod == PPMD8_RESTORE_METHOD_FREEZE) in RestoreModel()595 p->RestoreMethod++; in RestoreModel()601 if (p->RestoreMethod == PPMD8_RESTORE_METHOD_RESTART || GetUsedMemory(p) < (p->Size >> 1)) in RestoreModel()735 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder()771 if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in ReduceOrder()895 else if (p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE) in UpdateModel()989 || p->RestoreMethod > PPMD8_RESTORE_METHOD_FREEZE in Rescale()
64 unsigned RestoreMethod; member