예제 #1
0
파일: CntxEntry.cs 프로젝트: doug8679/libJT
 // Retrieves a new probability context
 public abstract bool GetNewContext(out ProbabilityContext rpCntx);
예제 #2
0
파일: CntxEntry.cs 프로젝트: doug8679/libJT
 // Returns the probability context for a given index
 public abstract bool GetContext(Int32 iSymContext, out ProbabilityContext rpCntx);