HomeSort by relevance Sort by last modified time
    Searched refs:nextOpt (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 1132 COptimal *nextOpt;
1232 nextOpt = &p->opt[cur + 1];
1234 if (curAnd1Price < nextOpt->price)
1236 nextOpt->price = curAnd1Price;
1237 nextOpt->posPrev = cur;
1238 MakeAsChar(nextOpt);
1245 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0))
1248 if (shortRepPrice <= nextOpt->price)
1250 nextOpt->price = shortRepPrice
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 1133 COptimal *nextOpt;
1233 nextOpt = &p->opt[cur + 1];
1235 if (curAnd1Price < nextOpt->price)
1237 nextOpt->price = curAnd1Price;
1238 nextOpt->posPrev = cur;
1239 MakeAsChar(nextOpt);
1246 if (matchByte == curByte && !(nextOpt->posPrev < cur && nextOpt->backPrev == 0))
1249 if (shortRepPrice <= nextOpt->price)
1251 nextOpt->price = shortRepPrice
    [all...]
  /external/lzma/C/
LzmaEnc.c 1132 COptimal *nextOpt;
    [all...]

Completed in 440 milliseconds