Uses of Class
jj2000.j2k.ModuleSpec
-
-
Uses of ModuleSpec in jj2000.j2k
Subclasses of ModuleSpec in jj2000.j2k Modifier and Type Class Description class
IntegerSpec
This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.class
StringSpec
This class extends ModuleSpec class in order to hold tile-component specifications using Strings.Methods in jj2000.j2k that return ModuleSpec Modifier and Type Method Description ModuleSpec
ModuleSpec. getCopy()
-
Uses of ModuleSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as ModuleSpec Modifier and Type Field Description ModuleSpec
DecoderSpecs. ecopts
The Entropy decoder options specificationsModuleSpec
DecoderSpecs. ephs
The End of Packet Headers (EPH) markers specificationsModuleSpec
DecoderSpecs. ers
The error resilience specifications concerning the entropy decoderModuleSpec
DecoderSpecs. iccs
ICC Profiling specificationsModuleSpec
DecoderSpecs. pcs
The progression changes specificationsModuleSpec
DecoderSpecs. pphs
Packed packet header specificationsModuleSpec
DecoderSpecs. sops
The Start Of Packet (SOP) markers specifications -
Uses of ModuleSpec in jj2000.j2k.entropy
Subclasses of ModuleSpec in jj2000.j2k.entropy Modifier and Type Class Description class
CBlkSizeSpec
This class extends ModuleSpec class for code-blocks sizes holding purposes.class
PrecinctSizeSpec
This class extends ModuleSpec class for precinct partition sizes holding purposes.class
ProgressionSpec
This class extends ModuleSpec class for progression type(s) and progression order changes holding purposes. -
Uses of ModuleSpec in jj2000.j2k.image
Subclasses of ModuleSpec in jj2000.j2k.image Modifier and Type Class Description class
CompTransfSpec
This class extends ModuleSpec class in order to hold tile specifications for component transformation -
Uses of ModuleSpec in jj2000.j2k.image.forwcomptransf
Subclasses of ModuleSpec in jj2000.j2k.image.forwcomptransf Modifier and Type Class Description class
ForwCompTransfSpec
This class extends CompTransfSpec class in order to hold encoder specific aspects of CompTransfSpec. -
Uses of ModuleSpec in jj2000.j2k.quantization
Subclasses of ModuleSpec in jj2000.j2k.quantization Modifier and Type Class Description class
GuardBitsSpec
This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.class
QuantStepSizeSpec
This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.class
QuantTypeSpec
This class extends ModuleSpec class in order to hold specifications about the quantization type to use in each tile-component. -
Uses of ModuleSpec in jj2000.j2k.roi
Subclasses of ModuleSpec in jj2000.j2k.roi Modifier and Type Class Description class
MaxShiftSpec
This class contains the maxshift scaling value for each tile-component. -
Uses of ModuleSpec in jj2000.j2k.wavelet.analysis
Subclasses of ModuleSpec in jj2000.j2k.wavelet.analysis Modifier and Type Class Description class
AnWTFilterSpec
This class extends ModuleSpec class for analysis filters specification holding purpose. -
Uses of ModuleSpec in jj2000.j2k.wavelet.synthesis
Subclasses of ModuleSpec in jj2000.j2k.wavelet.synthesis Modifier and Type Class Description class
SynWTFilterSpec
This class extends ModuleSpec class for synthesis filters specification holding purpose.
-