| |
|
| java.lang.Object jj2000.j2k.decoder.DecoderSpecs
DecoderSpecs | public class DecoderSpecs implements Cloneable(Code) | | This class holds references to each module specifications used in the
decoding chain. This avoid big amount of arguments in method calls. A
specification contains values of each tile-component for one module. All
members must be instance of ModuleSpec class (or its children).
See Also: ModuleSpec |
Constructor Summary | |
public | DecoderSpecs(int nt, int nc) Initialize all members with the given number of tiles and components. |
ephs | public ModuleSpec ephs(Code) | | The End of Packet Headers (EPH) markers specifications
|
ers | public ModuleSpec ers(Code) | | The error resilience specifications concerning the entropy
decoder
|
sops | public ModuleSpec sops(Code) | | The Start Of Packet (SOP) markers specifications
|
DecoderSpecs | public DecoderSpecs(int nt, int nc)(Code) | | Initialize all members with the given number of tiles and components.
Parameters: nt - Number of tiles Parameters: nc - Number of components |
|
|
|