HomeSort by relevance Sort by last modified time
    Searched refs:repMatchPrice (Results 1 - 4 of 4) 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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.c 966 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1056 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1060 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1090 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1161 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]
  /external/lzma/C/
LzmaEnc.c 945 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1035 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1039 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1069 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1140 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]

Completed in 545 milliseconds