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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java 227 int longRepPrice = getLongRepPrice(anyRepPrice, rep,
230 int price = longRepPrice + repLenEncoder.getPrice(repLen,
440 int longRepPrice = getLongRepPrice(anyRepPrice, rep,
444 int price = longRepPrice
459 int price = longRepPrice
LZMAEncoder.java 403 int longRepPrice = getLongRepPrice(anyRepPrice, rep, state, posState);
404 return longRepPrice + repLenEncoder.getPrice(len, posState);

Completed in 81 milliseconds