Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c1522 UInt32 curAndLenPrice2; in GetOptimum() local
1526curAndLenPrice2 = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1528 if (curAndLenPrice2 < opt->price) in GetOptimum()
1530 opt->price = curAndLenPrice2; in GetOptimum()