Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DLzcompCompress.java170 int lenBitCount = encodeLengthCost(len1 - 1, dist1[0] + 1, distRanges); in makeCopyDecision()
274 int copyCost = encodeLengthCost(length, dist, distRanges); in findMatch()
338 private int encodeLengthCost(int value, int dist, int numDistRanges) { in encodeLengthCost() method in LzcompCompress