ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / MQCoder Class / resetCtxt Method
The number of the context (it starts at 0).

In This Topic
    resetCtxt Method (MQCoder)
    In This Topic
    Resets a context to the original probability distribution, and sets its more probable symbol to 0.
    Syntax
    'Declaration
     
    
    Public Sub resetCtxt( _
       ByVal c As Integer _
    ) 
    public void resetCtxt( 
       int c
    )

    Parameters

    c
    The number of the context (it starts at 0).
    See Also