Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c368 CLzmaProb isRep[kNumStates]; member
459 CLzmaProb isRep[kNumStates]; member
505 COPY_ARR(d, s, isRep) \
1138 + GET_PRICE_1(p->isRep[state]) \
1323 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1379 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1627 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()
1844 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
2109 prob = &p->isRep[p->state]; in WriteEndMarker()
2478 probs = &p->isRep[ in LzmaEnc_CodeOneBlock()
[all...]

Completed in 4 milliseconds