[]
public class QuantTypeSpec : ModuleSpec
| Name | Description |
|---|---|
| QuantTypeSpec(int, int, byte) | Constructs an empty 'QuantTypeSpec' with the specified number of tiles and components. This constructor is called by the decoder. |
| QuantTypeSpec(int, int, byte, ParameterList) | Constructs a new 'QuantTypeSpec' for the specified number of components and tiles and the arguments of "-Qtype" option. This constructor is called by the encoder. |
| Name | Description |
|---|---|
| FullyNonReversible | Check the irreversibility of the whole image. |
| FullyReversible | Check the reversibility of the whole image. |
| Name | Description |
|---|---|
| isDerived(int, int) | Returns true if given tile-component uses derived quantization step size. |
| isReversible(int, int) | Check the reversibility of the given tile-component. |