Searched refs:getPb (Results 1 – 4 of 4) sorted by relevance
66 options.getLc(), options.getLp(), options.getPb(), in LZMAOutputStream()84 props = (options.getPb() * 5 + options.getLp()) * 9 + options.getLc(); in LZMAOutputStream()
69 options.getLc(), options.getLp(), options.getPb(), in LZMA2OutputStream()83 props = (options.getPb() * 5 + options.getLp()) * 9 + options.getLc(); in LZMA2OutputStream()
400 public int getPb() { in getPb() method in LZMA2Options
57 final byte props = (byte) ((options.getPb() * 5 + options.getLp()) * 9 + options.getLc()); in getOptionsAsProperties()