Lines Matching refs:curAndLenPrice

1079       UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2];
1081 if (curAndLenPrice < opt->price)
1083 opt->price = curAndLenPrice;
1105 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
1108 curAndLenPrice += p->distancesPrices[lenToPosState][distance];
1113 curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot];
1116 if (curAndLenPrice < opt->price)
1118 opt->price = curAndLenPrice;
1308 UInt32 curAndLenPrice;
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1315 if (curAndLenPrice < opt->price)
1317 opt->price = curAndLenPrice;
1345 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2];
1347 if (curAndLenPrice < opt->price)
1349 opt->price = curAndLenPrice;
1387 UInt32 curAndLenPrice;
1392 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1394 if (curAndLenPrice < opt->price)
1396 opt->price = curAndLenPrice;
1432 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN];
1436 curAndLenPrice += p->distancesPrices[lenToPosState][curBack];
1438 curAndLenPrice += p->posSlotPrices[lenToPosState][posSlot] + p->alignPrices[curBack & kAlignMask];
1441 if (curAndLenPrice < opt->price)
1443 opt->price = curAndLenPrice;
1464 UInt32 curAndLenCharPrice = curAndLenPrice +
1477 UInt32 curAndLenPrice;
1481 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext);
1483 if (curAndLenPrice < opt->price)
1485 opt->price = curAndLenPrice;