Home
last modified time | relevance | path

Searched refs:curAndLenPrice (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c1093 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; in GetOptimum() local
1095 if (curAndLenPrice < opt->price) in GetOptimum()
1097 opt->price = curAndLenPrice; in GetOptimum()
1119 … UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; in GetOptimum() local
1122 curAndLenPrice += p->distancesPrices[lenToPosState][distance]; in GetOptimum()
1127curAndLenPrice += p->alignPrices[distance & kAlignMask] + p->posSlotPrices[lenToPosState][slot]; in GetOptimum()
1130 if (curAndLenPrice < opt->price) in GetOptimum()
1132 opt->price = curAndLenPrice; in GetOptimum()
1322 UInt32 curAndLenPrice; in GetOptimum() local
1327 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
[all …]