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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 800 int curPrice = _optimum[cur].Price;
807 int curAnd1Price = curPrice +
823 matchPrice = curPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isMatch[(state << Base.kNumPosStatesBitsMax) + posState]);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1215 curPrice = curOpt->price;
1223 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1242 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 1128 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1216 curPrice = curOpt->price;
1224 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1243 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
    [all...]
  /external/lzma/C/
LzmaEnc.c 1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1215 curPrice = curOpt->price;
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 800 UInt32 curPrice = _optimum[cur].Price;
807 UInt32 curAnd1Price = curPrice +
823 matchPrice = curPrice + _isMatch[(state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice1();
    [all...]

Completed in 301 milliseconds