Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzmaEnc.c1451 COptimal *curOpt, *nextOpt; in GetOptimum() local
1600 nextOpt = &p->opt[(size_t)cur + 1]; 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()
1608 || litPrice > nextOpt->price in GetOptimum()
1618 if (litPrice < nextOpt->price) in GetOptimum()
1620 nextOpt->price = litPrice; in GetOptimum()
1621 nextOpt->len = 1; in GetOptimum()
1622 MakeAs_Lit(nextOpt) in GetOptimum()
1640 if (repMatchPrice < nextOpt in GetOptimum()
[all...]

Completed in 4 milliseconds