|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodedCBlkDataSrcDec | |
|---|---|
| ucar.jpeg.jj2000.j2k.codestream.reader | |
| ucar.jpeg.jj2000.j2k.entropy.decoder | |
| Uses of CodedCBlkDataSrcDec in ucar.jpeg.jj2000.j2k.codestream.reader |
|---|
| Classes in ucar.jpeg.jj2000.j2k.codestream.reader that implement CodedCBlkDataSrcDec | |
|---|---|
class |
BitstreamReaderAgent
This is the generic interface for bit stream reader agents. |
class |
FileBitstreamReaderAgent
This class reads the bit stream (with the help of HeaderDecoder for tile headers and PktDecoder for packets header and body) and retrives location of all code-block's codewords. |
| Methods in ucar.jpeg.jj2000.j2k.codestream.reader with parameters of type CodedCBlkDataSrcDec | |
|---|---|
EntropyDecoder |
HeaderDecoder.createEntropyDecoder(CodedCBlkDataSrcDec src,
ParameterList pl)
Creates and returns the entropy decoder corresponding to the information read from the codestream header and with the special additional parameters from the parameter list. |
| Uses of CodedCBlkDataSrcDec in ucar.jpeg.jj2000.j2k.entropy.decoder |
|---|
| Fields in ucar.jpeg.jj2000.j2k.entropy.decoder declared as CodedCBlkDataSrcDec | |
|---|---|
protected CodedCBlkDataSrcDec |
EntropyDecoder.src
The bit stream transport from where to get the compressed data (the source) |
| Constructors in ucar.jpeg.jj2000.j2k.entropy.decoder with parameters of type CodedCBlkDataSrcDec | |
|---|---|
EntropyDecoder(CodedCBlkDataSrcDec src)
Initializes the source of compressed data. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||