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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1152 COptimal *nextOpt; local
1252 nextOpt = &p->opt[cur + 1];
1254 if (curAnd1Price < nextOpt->price)
1256 nextOpt->price = curAnd1Price;
1257 nextOpt->posPrev = cur;
1258 MakeAsChar(nextOpt);
1265 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0))
1268 if (shortRepPrice <= nextOpt->price)
1270 nextOpt
[all...]

Completed in 66 milliseconds