public class DecoderSpecs extends Object implements Cloneable
ModuleSpec| Modifier and Type | Field and Description | 
|---|---|
| CBlkSizeSpec | cblksCode-blocks sizes specification | 
| CompTransfSpec | ctsThe component transformation specifications | 
| IntegerSpec | dlsNumber of decomposition levels specifications | 
| ModuleSpec | ecoptsThe Entropy decoder options specifications | 
| ModuleSpec | ephsThe End of Packet Headers (EPH) markers specifications | 
| ModuleSpec | ersThe error resilience specifications concerning the entropy
 decoder | 
| GuardBitsSpec | gbsNumber of guard bits specifications | 
| ModuleSpec | iccsICC Profiling specifications | 
| IntegerSpec | nlsNumber of layers specifications | 
| ModuleSpec | pcsThe progression changes specifications | 
| IntegerSpec | posProgression order specifications | 
| ModuleSpec | pphsPacked packet header specifications | 
| PrecinctSizeSpec | pssPrecinct partition specifications | 
| QuantStepSizeSpec | qsssQuantization normalized base step size specifications | 
| QuantTypeSpec | qtsQuantization type specifications | 
| MaxShiftSpec | roisROI maxshift value specifications | 
| ModuleSpec | sopsThe Start Of Packet (SOP) markers specifications | 
| SynWTFilterSpec | wfsAnalysis wavelet filters specifications | 
| Constructor and Description | 
|---|
| DecoderSpecs(int nt,
            int nc)Initialize all members with the given number of tiles and components. | 
public ModuleSpec iccs
public MaxShiftSpec rois
public QuantTypeSpec qts
public QuantStepSizeSpec qsss
public GuardBitsSpec gbs
public SynWTFilterSpec wfs
public IntegerSpec dls
public IntegerSpec nls
public IntegerSpec pos
public ModuleSpec ecopts
public CompTransfSpec cts
public ModuleSpec pcs
public ModuleSpec ers
public PrecinctSizeSpec pss
public ModuleSpec sops
public ModuleSpec ephs
public CBlkSizeSpec cblks
public ModuleSpec pphs
public DecoderSpecs(int nt,
            int nc)
nt - Number of tilesnc - Number of componentspublic DecoderSpecs getCopy()
Copyright © 2014 Open Microscopy Environment