public override void Reset() { codingSM.Reset(); state = ProbingState.Detecting; contextAnalyser.Reset(); distributionAnalyser.Reset(); }
public override void Reset() { mCodingSM.Reset(); mState = ProbingState.Detecting; //mContextAnalyser.Reset(); mDistributionAnalyser.Reset(); }
public override void Reset() { codingSM.Reset(); numOfMBChar = 0; state = ProbingState.Detecting; }
public override void Reset() { codingSM.Reset(); state = ProbingState.Detecting; analyser.Reset(); }