Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java192 int shortRepPrice = getShortRepPrice(anyRepPrice, in getNextSymbol()
393 int shortRepPrice = getShortRepPrice(anyRepPrice,
DLZMAEncoder.java411 int getShortRepPrice(int anyRepPrice, State state, int posState) { in getShortRepPrice() method in LZMAEncoder