Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java190 int shortRepPrice = getShortRepPrice(anyRepPrice, in getNextSymbol()
391 int shortRepPrice = getShortRepPrice(anyRepPrice,
DLZMAEncoder.java372 int getShortRepPrice(int anyRepPrice, State state, int posState) { in getShortRepPrice() method in LZMAEncoder