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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java 241 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice,
252 int price = getMatchAndLenPrice(normalMatchPrice,
510 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice,
522 int matchAndLenPrice = getMatchAndLenPrice(normalMatchPrice,
LZMAEncoder.java 407 int getMatchAndLenPrice(int normalMatchPrice,
409 int price = normalMatchPrice
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.c 993 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1145 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
    [all...]
  /external/lzma/C/
LzmaEnc.c 993 UInt32 matchPrice, repMatchPrice, normalMatchPrice;
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1145 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN];
    [all...]

Completed in 426 milliseconds