Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DBase.java15 public static final int StateUpdateChar(int index) in StateUpdateChar() method in Base
DEncoder.java727 state = Base.StateUpdateChar(state); in GetOptimum()
736 state = Base.StateUpdateChar(state); in GetOptimum()
854 int state2 = Base.StateUpdateChar(state); in GetOptimum()
924 state2 = Base.StateUpdateChar(state2); in GetOptimum()
999 state2 = Base.StateUpdateChar(state2); in GetOptimum()
1094 _state = Base.StateUpdateChar(_state); in CodeOneBlock()
1126 _state = Base.StateUpdateChar(_state); in CodeOneBlock()
DDecoder.java224 state = Base.StateUpdateChar(state); in Code()