public class DecoderSpecs extends Object implements Cloneable
ModuleSpec
Modifier and Type | Field and Description |
---|---|
CBlkSizeSpec |
cblks
Code-blocks sizes specification
|
CompTransfSpec |
cts
The component transformation specifications
|
IntegerSpec |
dls
Number of decomposition levels specifications
|
ModuleSpec |
ecopts
The Entropy decoder options specifications
|
ModuleSpec |
ephs
The End of Packet Headers (EPH) markers specifications
|
ModuleSpec |
ers
The error resilience specifications concerning the entropy
decoder
|
GuardBitsSpec |
gbs
Number of guard bits specifications
|
ModuleSpec |
iccs
ICC Profiling specifications
|
IntegerSpec |
nls
Number of layers specifications
|
ModuleSpec |
pcs
The progression changes specifications
|
IntegerSpec |
pos
Progression order specifications
|
ModuleSpec |
pphs
Packed packet header specifications
|
PrecinctSizeSpec |
pss
Precinct partition specifications
|
QuantStepSizeSpec |
qsss
Quantization normalized base step size specifications
|
QuantTypeSpec |
qts
Quantization type specifications
|
MaxShiftSpec |
rois
ROI maxshift value specifications
|
ModuleSpec |
sops
The Start Of Packet (SOP) markers specifications
|
SynWTFilterSpec |
wfs
Analysis 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 © 2016 Open Microscopy Environment