Home | History | Annotate | Download | only in LZMA

Lines Matching refs:_posStateBits

344 		int _posStateBits = 2;

420 _lenEncoder.Init((UInt32)1 << _posStateBits);
421 _repMatchLenEncoder.Init((UInt32)1 << _posStateBits);
1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits);
1267 _repMatchLenEncoder.UpdateTables((UInt32)1 << _posStateBits);
1305 properties[0] = (Byte)((_posStateBits * 5 + _numLiteralPosStateBits) * 9 + _numLiteralContextBits);
1436 _posStateBits = (int)v;
1437 _posStateMask = (((UInt32)1) << (int)_posStateBits) - 1;