Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c259 CLzmaProb isRep[kNumStates]; member
324 CLzmaProb isRep[kNumStates]; member
375 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 …]