|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DecoderSpecs in ucar.jpeg.jj2000.j2k.codestream.reader |
---|
Fields in ucar.jpeg.jj2000.j2k.codestream.reader declared as DecoderSpecs | |
---|---|
protected DecoderSpecs |
BitstreamReaderAgent.decSpec
The decoder specifications |
Methods in ucar.jpeg.jj2000.j2k.codestream.reader that return DecoderSpecs | |
---|---|
DecoderSpecs |
HeaderDecoder.getDecoderSpecs()
Return the DecoderSpecs instance filled when reading the headers |
Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type DecoderSpecs | |
---|---|
Dequantizer |
HeaderDecoder.createDequantizer(CBlkQuantDataSrcDec src,
int[] rb,
DecoderSpecs decSpec2)
Returns the dequantizer parameters. |
static BitstreamReaderAgent |
BitstreamReaderAgent.createInstance(RandomAccessIO in,
HeaderDecoder hd,
ParameterList pl,
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,
ParameterList pl,
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 ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type DecoderSpecs | |
---|---|
BitstreamReaderAgent(HeaderDecoder hd,
DecoderSpecs decSpec)
Initializes members of this class. |
|
FileBitstreamReaderAgent(HeaderDecoder hd,
RandomAccessIO ehs,
DecoderSpecs decSpec,
ParameterList pl,
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 ucar.jpeg.jj2000.j2k.decoder |
---|
Methods in ucar.jpeg.jj2000.j2k.decoder that return DecoderSpecs | |
---|---|
DecoderSpecs |
DecoderSpecs.getCopy()
Returns a copy of the current object. |
Uses of DecoderSpecs in ucar.jpeg.jj2000.j2k.entropy.decoder |
---|
Constructors in ucar.jpeg.jj2000.j2k.entropy.decoder with parameters of type DecoderSpecs | |
---|---|
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 ucar.jpeg.jj2000.j2k.image.invcomptransf |
---|
Constructors in ucar.jpeg.jj2000.j2k.image.invcomptransf with parameters of type DecoderSpecs | |
---|---|
InvCompTransf(BlkImgDataSrc imgSrc,
DecoderSpecs decSpec,
int[] utdepth,
ParameterList pl)
Constructs a new ForwCompTransf object that operates on the specified source of image data. |
Uses of DecoderSpecs in ucar.jpeg.jj2000.j2k.quantization.dequantizer |
---|
Constructors in ucar.jpeg.jj2000.j2k.quantization.dequantizer with parameters of type DecoderSpecs | |
---|---|
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 ucar.jpeg.jj2000.j2k.roi |
---|
Methods in ucar.jpeg.jj2000.j2k.roi with parameters of type DecoderSpecs | |
---|---|
static ROIDeScaler |
ROIDeScaler.createInstance(CBlkQuantDataSrcDec src,
ParameterList pl,
DecoderSpecs decSpec)
Creates a ROIDeScaler object. |
Uses of DecoderSpecs in ucar.jpeg.jj2000.j2k.wavelet.synthesis |
---|
Fields in ucar.jpeg.jj2000.j2k.wavelet.synthesis declared as DecoderSpecs | |
---|---|
protected DecoderSpecs |
InvWTAdapter.decSpec
The decoder specifications |
Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type DecoderSpecs | |
---|---|
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 ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type DecoderSpecs | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |