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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 613 int repMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[_state]);
617 int shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState);
824 repMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep[state]);
829 int shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState);
891 int curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 613 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
617 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(_state, posState);
650 UInt32 price = repMatchPrice + GetPureRepPrice(i, _state, posState);
824 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
829 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(state, posState);
891 UInt32 curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState);
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) +
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 932 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1243 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 933 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1023 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1057 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1128 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
1244 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
    [all...]
  /external/lzma/C/
LzmaEnc.c 932 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1056 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1127 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]

Completed in 583 milliseconds