[]
        
(Showing Draft Content)

CSJ2K.j2k.quantization.GuardBitsSpec.-ctor

GuardBitsSpec Constructor

GuardBitsSpec(int, int, byte)

Constructs an empty 'GuardBitsSpec' with specified number of tile and components. This constructor is called by the decoder.

Declaration
public GuardBitsSpec(int nt, int nc, byte type)
Parameters
Type Name Description
int nt

Number of tiles

int nc

Number of components

byte type

the type of the specification module i.e. tile specific, component specific or both.

GuardBitsSpec(int, int, byte, ParameterList)

Constructs a new 'GuardBitsSpec' for the specified number of components and tiles and the arguments of "-Qguard_bits" option.

Declaration
public GuardBitsSpec(int nt, int nc, byte type, ParameterList pl)
Parameters
Type Name Description
int nt

The number of tiles

int nc

The number of components

byte type

the type of the specification module i.e. tile specific, component specific or both.

ParameterList pl

The ParameterList