Searched refs:repLenEncoder (Results 1 – 2 of 2) sorted by relevance
54 final LengthEncoder repLenEncoder; field in LZMAEncoder184 repLenEncoder = new LengthEncoder(pb, niceLen); in LZMAEncoder()200 repLenEncoder.reset(); in reset()380 repLenEncoder.encode(len, posState); in encodeRepMatch()443 return longRepPrice + repLenEncoder.getPrice(len, posState); in getLongRepAndLenPrice()531 repLenEncoder.updatePrices(); in updatePrices()
232 int price = longRepPrice + repLenEncoder.getPrice(repLen, in getNextSymbol()447 + repLenEncoder.getPrice(i, posState);462 + repLenEncoder.getPrice(len, posState);