Home
last modified time | relevance | path

Searched refs:kInfinityPrice (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.c629 #define kInfinityPrice (1 << 30) macro
1497 if (curOpt->price >= kInfinityPrice) in GetOptimum()
1603 // here we can allow skip_items in p->opt, if we don't check (nextOpt->price < kInfinityPrice) in GetOptimum()
1605 if ((nextOpt->price < kInfinityPrice in GetOptimum()
1643 // nextOpt->price >= kInfinityPrice || in GetOptimum()
1958 p->opt[last].price = kInfinityPrice; in GetOptimum()
2821 p->opt[i].price = kInfinityPrice; in LzmaEnc_Init()

Completed in 4 milliseconds