Searched refs:isRep2 (Results 1 – 3 of 3) sorted by relevance
44 final short[] isRep2 = new short[State.STATES]; field in LZMACoder77 RangeCoder.initProbs(isRep2); in reset()
113 if (rc.decodeBit(isRep2, state.get()) == 0) { in decodeRepMatch()
365 rc.encodeBit(isRep2, state.get(), rep - 2); in encodeRepMatch()432 + RangeEncoder.getBitPrice(isRep2[state.get()], in getLongRepPrice()