Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoderNormal.java181 int literalPrice = literalEncoder.getPrice(curByte, matchByte, in getNextSymbol() local
183 opts[1].set1(literalPrice, 0, -1); in getNextSymbol()
382 int literalPrice = opts[optCur].price
385 if (literalPrice < opts[optCur + 1].price) {
386 opts[optCur + 1].set1(literalPrice, optCur, -1);
412 int price = literalPrice