[]
This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
public class CompTransfSpec : ModuleSpec
Name | Description |
---|---|
CompTransfSpec(int, int, byte) | Constructs an empty 'CompTransfSpec' with the specified number of tiles and components. This constructor is called by the decoder. Note: The number of component is here for symmetry purpose. It is useless since only tile specifications are meaningful. |
Name | Description |
---|---|
CompTransfUsed | Check if component transformation is used in any of the tiles. This method must not be used by the encoder. |