ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / StdEntropyCoder Class / StdEntropyCoder Constructor
The source of data
Precinct partition specifications
By-pass mode specifications
MQ-reset specifications
Regular termination specifications
Causal stripes specifications
Error resolution segment symbol use specifications
Length computation specifications
Termination type specifications

In This Topic
    StdEntropyCoder Constructor
    In This Topic
    Instantiates a new entropy coder engine, with the specified source of data, nominal block width and height.

    If the 'OPT_PRED_TERM' option is given then the MQ termination must be 'TERM_PRED_ER' or an exception is thrown.

    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CBlkQuantDataSrcEnc, _
       ByVal cblks As CBlkSizeSpec, _
       ByVal pss As PrecinctSizeSpec, _
       ByVal bms As StringSpec, _
       ByVal mqrs As StringSpec, _
       ByVal rts As StringSpec, _
       ByVal css As StringSpec, _
       ByVal sss As StringSpec, _
       ByVal lcs As StringSpec, _
       ByVal tts As StringSpec _
    )

    Parameters

    src
    The source of data
    cblks
    pss
    Precinct partition specifications
    bms
    By-pass mode specifications
    mqrs
    MQ-reset specifications
    rts
    Regular termination specifications
    css
    Causal stripes specifications
    sss
    Error resolution segment symbol use specifications
    lcs
    Length computation specifications
    tts
    Termination type specifications
    See Also