Lines Matching defs:price2
1359 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, repLen);
1361 if (price2 < opt->price)
1363 opt->price = price2;
1464 UInt32 price2 = p->opt[j].price;
1465 if (price >= price2)
1467 price = price2;
1696 UInt32 price2;
1699 // price2 = price + GetPrice_Len_Rep_0(p, len, state2, posState2);
1700 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len);
1704 if (price2 < opt->price)
1706 opt->price = price2;
1747 UInt32 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState, len2);
1749 if (price2 < opt->price)
1751 opt->price = price2;
1805 UInt32 price2;
1808 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);
1809 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
1813 if (price2 < opt->price)
1815 opt->price = price2;
1926 UInt32 price2;
1929 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);
1930 price2 = price + GET_PRICE_LEN(&p->repLenEnc, posState2, len2);
1933 if (price2 < opt->price)
1935 opt->price = price2;