Searched refs:getLongRepPrice (Results 1 – 2 of 2) sorted by relevance
/external/xz-java/src/org/tukaani/xz/lzma/ |
D | LZMAEncoderNormal.java | 229 int longRepPrice = getLongRepPrice(anyRepPrice, rep, in getNextSymbol() 442 int longRepPrice = getLongRepPrice(anyRepPrice, rep,
|
D | LZMAEncoder.java | 418 int getLongRepPrice(int anyRepPrice, int rep, State state, int posState) { in getLongRepPrice() method in LZMAEncoder 442 int longRepPrice = getLongRepPrice(anyRepPrice, rep, state, posState); in getLongRepAndLenPrice()
|