Home
last modified time | relevance | path

Searched refs:StateUpdateRep (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DBase.java29 public static final int StateUpdateRep(int index) in StateUpdateRep() method in Base
H A DEncoder.java721 state = Base.StateUpdateRep(state); in GetOptimum()
745 state = Base.StateUpdateRep(state); in GetOptimum()
751 state = Base.StateUpdateRep(state); in GetOptimum()
914 int state2 = Base.StateUpdateRep(state); in GetOptimum()
1158 _state = Base.StateUpdateRep(_state); in CodeOneBlock()
H A DDecoder.java263 state = Base.StateUpdateRep(state); in Code()

Completed in 4 milliseconds