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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 666 int normalMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRep[_state]);
677 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
960 normalMatchPrice = matchPrice + SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRep[state]);
971 int curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 666 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
677 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
960 normalMatchPrice = matchPrice + _isRep[state.Index].GetPrice0();
971 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 932 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1085 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 933 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1073 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1086 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
    [all...]
  /external/lzma/C/
LzmaEnc.c 932 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1085 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
    [all...]

Completed in 201 milliseconds