[]
Instantiates a new entropy decoder engine, with the specified source of data, nominal block width and height.
public StdEntropyDecoder(CodedCBlkDataSrcDec src, DecoderSpecs decSpec, bool doer, bool verber, int mQuit)
Public Sub New(src As CodedCBlkDataSrcDec, decSpec As DecoderSpecs, doer As Boolean, verber As Boolean, mQuit As Integer)
| Type | Name | Description |
|---|---|---|
| CodedCBlkDataSrcDec | src | The source of data |
| DecoderSpecs | decSpec | |
| bool | doer | If true error detection will be performed, if any error detection features have been enabled. |
| bool | verber | This flag indicates if the entropy decoder should be verbose about bit stream errors that are detected and concealed. |
| int | mQuit | the maximum number of bit planes to decode according to the m quit condition |