Home
last modified time | relevance | path

Searched refs:anyRepPrice (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() local
192 int shortRepPrice = getShortRepPrice(anyRepPrice, in getNextSymbol()
229 int longRepPrice = getLongRepPrice(anyRepPrice, rep, in getNextSymbol()
287 anyRepPrice = getAnyRepPrice(anyMatchPrice, opts[optCur].state); in getNextSymbol()
289 calc1BytePrices(pos, posState, avail, anyRepPrice); in getNextSymbol()
293 avail, anyRepPrice); in getNextSymbol()
374 int avail, int anyRepPrice) {
393 int shortRepPrice = getShortRepPrice(anyRepPrice,
430 int avail, int anyRepPrice) {
442 int longRepPrice = getLongRepPrice(anyRepPrice, rep,
DLZMAEncoder.java411 int getShortRepPrice(int anyRepPrice, State state, int posState) { in getShortRepPrice() argument
412 return anyRepPrice in getShortRepPrice()
418 int getLongRepPrice(int anyRepPrice, int rep, State state, int posState) { in getLongRepPrice() argument
419 int price = anyRepPrice; in getLongRepPrice()
441 int anyRepPrice = getAnyRepPrice(anyMatchPrice, state); in getLongRepAndLenPrice() local
442 int longRepPrice = getLongRepPrice(anyRepPrice, rep, state, posState); in getLongRepAndLenPrice()