Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c1145 COptimal *nextOpt; in GetOptimum() local
1245 nextOpt = &p->opt[cur + 1]; in GetOptimum()
1247 if (curAnd1Price < nextOpt->price) in GetOptimum()
1249 nextOpt->price = curAnd1Price; in GetOptimum()
1250 nextOpt->posPrev = cur; in GetOptimum()
1251 MakeAsChar(nextOpt); in GetOptimum()
1258 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0)) in GetOptimum()
1261 if (shortRepPrice <= nextOpt->price) in GetOptimum()
1263 nextOpt->price = shortRepPrice; in GetOptimum()
1264 nextOpt->posPrev = cur; in GetOptimum()
[all …]