[]
Creates a PostCompRateAllocator object for the appropriate rate allocation parameters in the parameter list 'pl', having 'src' as the source of entropy coded data, 'rate' as the target bitrate and 'bw' as the bit stream writer object.
public static PostCompRateAllocator createInstance(CodedCBlkDataSrcEnc src, ParameterList pl, float rate, CodestreamWriter bw, EncoderSpecs encSpec)
Type | Name | Description |
---|---|---|
CodedCBlkDataSrcEnc | src | The source of entropy coded data. |
ParameterList | pl | The parameter lis (or options). |
float | rate | The target bitrate for the rate allocation |
CodestreamWriter | bw | The bit stream writer object, where the bit stream data will be written. |
EncoderSpecs | encSpec |
Type | Description |
---|---|
PostCompRateAllocator |