[]
This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.
public class QuantStepSizeSpec : ModuleSpec
Name | Description |
---|---|
QuantStepSizeSpec(int, int, byte) | Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder. |
QuantStepSizeSpec(int, int, byte, ParameterList) | Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option. |