Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java187 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state); in getNextSymbol()
287 anyRepPrice = getAnyRepPrice(anyMatchPrice, opts[optCur].state); in getNextSymbol()
DLZMAEncoder.java406 int getAnyRepPrice(int anyMatchPrice, State state) { in getAnyRepPrice() method in LZMAEncoder
441 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state); in getLongRepAndLenPrice()