Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c240 CLzmaProb isRep[kNumStates]; member
305 CLzmaProb isRep[kNumStates]; member
355 memcpy(dest->isRep, p->isRep, sizeof(p->isRep)); in LzmaEnc_SaveState()
381 memcpy(dest->isRep, p->isRep, sizeof(p->isRep)); in LzmaEnc_RestoreState()
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1243 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()
1285 GET_PRICE_1(p->isRep[state2]); in GetOptimum()
1363 GET_PRICE_1(p->isRep[state2]); in GetOptimum()
1399 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
[all …]