Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c1161 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1249 curPrice = curOpt->price; in GetOptimum()
1257 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1276 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()