Home
last modified time | relevance | path

Searched refs:anyMatchPrice (Results 1 – 2 of 2) sorted by relevance

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java186 int anyMatchPrice = getAnyMatchPrice(state, posState); in getNextSymbol() local
187 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state); in getNextSymbol()
243 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice, in getNextSymbol()
285 anyMatchPrice = opts[optCur].price in getNextSymbol()
287 anyRepPrice = getAnyRepPrice(anyMatchPrice, opts[optCur].state); in getNextSymbol()
296 anyMatchPrice, startLen); in getNextSymbol()
495 int anyMatchPrice, int startLen) {
512 int normalMatchPrice = getNormalMatchPrice(anyMatchPrice,
DLZMAEncoder.java401 int getNormalMatchPrice(int anyMatchPrice, State state) { in getNormalMatchPrice() argument
402 return anyMatchPrice in getNormalMatchPrice()
406 int getAnyRepPrice(int anyMatchPrice, State state) { in getAnyRepPrice() argument
407 return anyMatchPrice in getAnyRepPrice()
440 int anyMatchPrice = getAnyMatchPrice(state, posState); in getLongRepAndLenPrice() local
441 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state); in getLongRepAndLenPrice()