Uses of Class
jj2000.j2k.decoder.DecoderSpecs
-
-
Uses of DecoderSpecs in jj2000.j2k.codestream.reader
Fields in jj2000.j2k.codestream.reader declared as DecoderSpecs Modifier and Type Field Description protected DecoderSpecs
BitstreamReaderAgent. decSpec
The decoder specificationsMethods in jj2000.j2k.codestream.reader that return DecoderSpecs Modifier and Type Method Description DecoderSpecs
HeaderDecoder. getDecoderSpecs()
Return the DecoderSpecs instance filled when reading the headersMethods in jj2000.j2k.codestream.reader with parameters of type DecoderSpecs Modifier and Type Method Description Dequantizer
HeaderDecoder. createDequantizer(CBlkQuantDataSrcDec src, int[] rb, DecoderSpecs decSpec2)
Returns the dequantizer parameters.static BitstreamReaderAgent
BitstreamReaderAgent. 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.ROIDeScaler
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 DecoderSpecs Constructor Description BitstreamReaderAgent(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 Modifier and Type Method Description DecoderSpecs
DecoderSpecs. getCopy()
Returns a copy of the current object. -
Uses of DecoderSpecs in jj2000.j2k.entropy.decoder
Constructors in jj2000.j2k.entropy.decoder with parameters of type DecoderSpecs Constructor Description StdEntropyDecoder(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 DecoderSpecs Constructor Description InvCompTransf(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 DecoderSpecs Constructor Description Dequantizer(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 DecoderSpecs Modifier and Type Method Description static ROIDeScaler
ROIDeScaler. 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 DecoderSpecs Modifier and Type Field Description protected DecoderSpecs
InvWTAdapter. decSpec
The decoder specificationsMethods in jj2000.j2k.wavelet.synthesis with parameters of type DecoderSpecs Modifier and Type Method Description static InverseWT
InverseWT. 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 DecoderSpecs Constructor Description InverseWT(MultiResImgData src, DecoderSpecs decSpec)
Initializes this object with the given source of wavelet coefficients.InvWTAdapter(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.
-