Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java800 int curPrice = _optimum[cur].Price; in GetOptimum() local
807 int curAnd1Price = curPrice + in GetOptimum()
823 …matchPrice = curPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isMatch[(state << Base.… in GetOptimum()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs800 UInt32 curPrice = _optimum[cur].Price; in GetOptimum()
807 UInt32 curAnd1Price = curPrice + in GetOptimum()
823 …matchPrice = curPrice + _isMatch[(state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice1(… in GetOptimum()
/external/chromium_org/third_party/lzma_sdk/
DLzmaEnc.c1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1215 curPrice = curOpt->price; in GetOptimum()
1223 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1242 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
/external/lzma/C/
DLzmaEnc.c1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1215 curPrice = curOpt->price; in GetOptimum()
1223 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1242 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaEnc.c1128 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1216 curPrice = curOpt->price; in GetOptimum()
1224 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1243 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch4032 + UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
4120 + curPrice = curOpt->price;
4128 + curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
4147 + matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);