Searched refs:isRep (Results 1 – 1 of 1) sorted by relevance
259 CLzmaProb isRep[kNumStates]; member324 CLzmaProb isRep[kNumStates]; member375 memcpy(dest->isRep, p->isRep, sizeof(p->isRep)); in LzmaEnc_SaveState()401 memcpy(dest->isRep, p->isRep, sizeof(p->isRep)); in LzmaEnc_RestoreState()1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()1305 GET_PRICE_1(p->isRep[state2]); in GetOptimum()1383 GET_PRICE_1(p->isRep[state2]); in GetOptimum()1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()[all …]