Package jj2000.j2k.decoder
Class DecoderSpecs
java.lang.Object
jj2000.j2k.decoder.DecoderSpecs
- All Implemented Interfaces:
Cloneable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode-blocks sizes specificationThe component transformation specificationsNumber of decomposition levels specificationsThe Entropy decoder options specificationsThe End of Packet Headers (EPH) markers specificationsThe error resilience specifications concerning the entropy decoderNumber of guard bits specificationsICC Profiling specificationsNumber of layers specificationsThe progression changes specificationsProgression order specificationsPacked packet header specificationsPrecinct partition specificationsQuantization normalized base step size specificationsQuantization type specificationsROI maxshift value specificationsThe Start Of Packet (SOP) markers specificationsAnalysis wavelet filters specifications -
Constructor Summary
ConstructorsConstructorDescriptionDecoderSpecs(int nt, int nc) Initialize all members with the given number of tiles and components. -
Method Summary
-
Field Details
-
iccs
ICC Profiling specifications -
rois
ROI maxshift value specifications -
qts
Quantization type specifications -
qsss
Quantization normalized base step size specifications -
gbs
Number of guard bits specifications -
wfs
Analysis wavelet filters specifications -
dls
Number of decomposition levels specifications -
nls
Number of layers specifications -
pos
Progression order specifications -
ecopts
The Entropy decoder options specifications -
cts
The component transformation specifications -
pcs
The progression changes specifications -
ers
The error resilience specifications concerning the entropy decoder -
pss
Precinct partition specifications -
sops
The Start Of Packet (SOP) markers specifications -
ephs
The End of Packet Headers (EPH) markers specifications -
cblks
Code-blocks sizes specification -
pphs
Packed packet header specifications
-
-
Constructor Details
-
DecoderSpecs
public DecoderSpecs(int nt, int nc) Initialize all members with the given number of tiles and components.- Parameters:
nt- Number of tilesnc- Number of components
-
-
Method Details
-
getCopy
Returns a copy of the current object.
-