Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c413 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()
H A Darchive_ppmd8_private.h64 unsigned RestoreMethod; member