Lines Matching defs:posState
196 …public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState)… in Encode()
220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices()
254 public int GetPrice(int symbol, int posState) in GetPrice()
259 void UpdateTable(int posState) in UpdateTable()
271 …public void Encode(SevenZip.Compression.RangeCoder.Encoder rangeEncoder, int symbol, int posState)… in Encode()
455 int GetRepLen1Price(int state, int posState) in GetRepLen1Price()
461 int GetPureRepPrice(int repIndex, int state, int posState) in GetPureRepPrice()
483 int GetRepPrice(int repIndex, int len, int state, int posState) in GetRepPrice()
489 int GetPosLenPrice(int pos, int len, int posState) in GetPosLenPrice()
606 int posState = (position & _posStateMask); in GetOptimum() local
1036 void WriteEndMarker(int posState) throws IOException in WriteEndMarker()
1092 int posState = (int)(nowPos64) & _posStateMask; in CodeOneBlock() local
1111 int posState = ((int)nowPos64) & _posStateMask; in CodeOneBlock() local