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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
LZMAEncoderNormal.java 184 int anyMatchPrice = getAnyMatchPrice(state, posState);
185 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state);
241 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice,
283 anyMatchPrice = opts[optCur].price
285 anyRepPrice = getAnyRepPrice(anyMatchPrice, opts[optCur].state);
294 anyMatchPrice, startLen);
493 int anyMatchPrice, int startLen) {
510 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice,
LZMAEncoder.java 362 int getNormalMatchPrice(int anyMatchPrice, State state) {
363 return anyMatchPrice
367 int getAnyRepPrice(int anyMatchPrice, State state) {
368 return anyMatchPrice
401 int anyMatchPrice = getAnyMatchPrice(state, posState);
402 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state);

Completed in 108 milliseconds