Searched defs:curAndLenPrice (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1079 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; local
1081 if (curAndLenPrice < opt->price)
1083 opt->price = curAndLenPrice;
1105 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; local
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; local
1313 curAndLenPrice
1345 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2]; local
1387 UInt32 curAndLenPrice; local
1432 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN]; local
1477 UInt32 curAndLenPrice; local
[all...]

Completed in 65 milliseconds