[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.encoder.EBCOTRateAllocator.-ctor

EBCOTRateAllocator Constructor

EBCOTRateAllocator(CodedCBlkDataSrcEnc, LayersInfo, CodestreamWriter, EncoderSpecs, ParameterList)

Initializes the EBCOT rate allocator of entropy coded data. The layout of layers, and their bitrate constraints, is specified by the 'lyrs' parameter.

Declaration
public EBCOTRateAllocator(CodedCBlkDataSrcEnc src, LayersInfo lyrs, CodestreamWriter writer, EncoderSpecs encSpec, ParameterList pl)
Public Sub New(src As CodedCBlkDataSrcEnc, lyrs As LayersInfo, writer As CodestreamWriter, encSpec As EncoderSpecs, pl As ParameterList)
Parameters
Type Name Description
CodedCBlkDataSrcEnc src

The source of entropy coded data.

LayersInfo lyrs

The layers layout specification.

CodestreamWriter writer

The bit stream writer.

EncoderSpecs encSpec
ParameterList pl
See Also