[]
Creates and returns the entropy decoder corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.
public virtual EntropyDecoder createEntropyDecoder(CodedCBlkDataSrcDec src, ParameterList pl)
Type | Name | Description |
---|---|---|
CodedCBlkDataSrcDec | src | The bit stream reader agent where to get code-block data from. |
ParameterList | pl | The parameter list containing parameters applicable to the entropy decoder (other parameters can also be present). |
Type | Description |
---|---|
EntropyDecoder | The entropy decoder |