Home | History | Annotate | Download | only in lzma_sdk

Lines Matching refs:matchPrice

932   UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1242 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1243 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1399 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);