[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.quantizer.StdQuantizer.getMaxMagBits

getMaxMagBits Method

getMaxMagBits(int)

Returns the maximum number of magnitude bits in any subband of the current tile.

Declaration
public override int getMaxMagBits(int c)
Public Overrides Function getMaxMagBits(c As Integer) As Integer
Parameters
Type Name Description
int c

the component number

Returns
Type Description
int

The maximum number of magnitude bits in all subbands of the current tile.

Overrides