Home | History | Annotate | Download | only in LZMA

Lines Matching defs:UpdateTables

265 			public void UpdateTables(UInt32 numPosStates)

1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits);
1267 _repMatchLenEncoder.UpdateTables((UInt32)1 << _posStateBits);