Uses of Class
jj2000.j2k.decoder.DecoderSpecs
Packages that use DecoderSpecs
Package
Description
-
Uses of DecoderSpecs in jj2000.j2k.codestream.reader
Fields in jj2000.j2k.codestream.reader declared as DecoderSpecsModifier and TypeFieldDescriptionprotected DecoderSpecsBitstreamReaderAgent.decSpecThe decoder specificationsMethods in jj2000.j2k.codestream.reader that return DecoderSpecsModifier and TypeMethodDescriptionHeaderDecoder.getDecoderSpecs()Return the DecoderSpecs instance filled when reading the headersMethods in jj2000.j2k.codestream.reader with parameters of type DecoderSpecsModifier and TypeMethodDescriptionfinal DequantizerHeaderDecoder.createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2) Returns the dequantizer parameters.static BitstreamReaderAgentBitstreamReaderAgent.createInstance(RandomAccessIO in, HeaderDecoder hd, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec, boolean cdstrInfo, HeaderInfo hi) Creates a bit stream reader of the correct type that works on the provided RandomAccessIO, with the special parameters from the parameter list.HeaderDecoder.createROIDeScaler(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec2) Creates and returns the ROIDeScaler corresponding to the information read from the codestream header and with the special additional parameters from the parameter list.Constructors in jj2000.j2k.codestream.reader with parameters of type DecoderSpecsModifierConstructorDescriptionprotectedBitstreamReaderAgent(HeaderDecoder hd, DecoderSpecs decSpec) Initializes members of this class.FileBitstreamReaderAgent(HeaderDecoder hd, RandomAccessIO ehs, DecoderSpecs decSpec, J2KImageReadParamJava j2krparam, boolean cdstrInfo, HeaderInfo hi) Reads all tiles headers and keep offset of their first packet.PktDecoder(DecoderSpecs decSpec, HeaderDecoder hd, RandomAccessIO ehs, BitstreamReaderAgent src, boolean isTruncMode, int maxCB) Creates an empty PktDecoder object associated with given decoder specifications and HeaderDecoder. -
Uses of DecoderSpecs in jj2000.j2k.decoder
Methods in jj2000.j2k.decoder that return DecoderSpecs -
Uses of DecoderSpecs in jj2000.j2k.entropy.decoder
Constructors in jj2000.j2k.entropy.decoder with parameters of type DecoderSpecsModifierConstructorDescriptionStdEntropyDecoder(CodedCBlkDataSrcDec src, DecoderSpecs decSpec, boolean doer, boolean verber, int mQuit) Instantiates a new entropy decoder engine, with the specified source of data, nominal block width and height. -
Uses of DecoderSpecs in jj2000.j2k.image.invcomptransf
Constructors in jj2000.j2k.image.invcomptransf with parameters of type DecoderSpecsModifierConstructorDescriptionInvCompTransf(BlkImgDataSrc imgSrc, DecoderSpecs decSpec, int[] utdepth) Constructs a new ForwCompTransf object that operates on the specified source of image data. -
Uses of DecoderSpecs in jj2000.j2k.quantization.dequantizer
Constructors in jj2000.j2k.quantization.dequantizer with parameters of type DecoderSpecsModifierConstructorDescriptionDequantizer(CBlkQuantDataSrcDec src, int[] utrb, DecoderSpecs decSpec) Initializes the source of compressed data.StdDequantizer(CBlkQuantDataSrcDec src, int[] utrb, DecoderSpecs decSpec) Initializes the source of compressed data. -
Uses of DecoderSpecs in jj2000.j2k.roi
Methods in jj2000.j2k.roi with parameters of type DecoderSpecsModifier and TypeMethodDescriptionstatic ROIDeScalerROIDeScaler.createInstance(CBlkQuantDataSrcDec src, J2KImageReadParamJava j2krparam, DecoderSpecs decSpec) Creates a ROIDeScaler object. -
Uses of DecoderSpecs in jj2000.j2k.wavelet.synthesis
Fields in jj2000.j2k.wavelet.synthesis declared as DecoderSpecsModifier and TypeFieldDescriptionprotected DecoderSpecsInvWTAdapter.decSpecThe decoder specificationsMethods in jj2000.j2k.wavelet.synthesis with parameters of type DecoderSpecsModifier and TypeMethodDescriptionstatic InverseWTInverseWT.createInstance(CBlkWTDataSrcDec src, DecoderSpecs decSpec) Creates an InverseWT object that works on the data type of the source, with the special additional parameters from the parameter list.Constructors in jj2000.j2k.wavelet.synthesis with parameters of type DecoderSpecsModifierConstructorDescriptionInverseWT(MultiResImgData src, DecoderSpecs decSpec) Initializes this object with the given source of wavelet coefficients.protectedInvWTAdapter(MultiResImgData src, DecoderSpecs decSpec) Instantiates the 'InvWTAdapter' object using the specified 'MultiResImgData' source.InvWTFull(CBlkWTDataSrcDec src, DecoderSpecs decSpec) Initializes this object with the given source of wavelet coefficients.