[]
Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder.
public QuantStepSizeSpec(int nt, int nc, byte type)
Public Sub New(nt As Integer, nc As Integer, type As Byte)
| 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. |
Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.
public QuantStepSizeSpec(int nt, int nc, byte type, ParameterList pl)
Public Sub New(nt As Integer, nc As Integer, type As Byte, pl As ParameterList)
| 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 |