Uses of Interface
jj2000.j2k.entropy.StdEntropyCoderOptions
-
Packages that use StdEntropyCoderOptions Package Description jj2000.j2k.codestream.reader jj2000.j2k.codestream.writer jj2000.j2k.entropy.decoder jj2000.j2k.entropy.encoder -
-
Uses of StdEntropyCoderOptions in jj2000.j2k.codestream.reader
Classes in jj2000.j2k.codestream.reader that implement StdEntropyCoderOptions Modifier and Type Class Description 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.class
HeaderDecoder
This class reads Main and Tile-part headers from the codestream.class
PktDecoder
This class is used to read packet's head and body. -
Uses of StdEntropyCoderOptions in jj2000.j2k.codestream.writer
Classes in jj2000.j2k.codestream.writer that implement StdEntropyCoderOptions Modifier and Type Class Description class
HeaderEncoder
This class writes almost of the markers and marker segments in main header and in tile-part headers. -
Uses of StdEntropyCoderOptions in jj2000.j2k.entropy.decoder
Classes in jj2000.j2k.entropy.decoder that implement StdEntropyCoderOptions Modifier and Type Class Description class
StdEntropyDecoder
This class implements the JPEG 2000 entropy decoder, which codes stripes in code-blocks. -
Uses of StdEntropyCoderOptions in jj2000.j2k.entropy.encoder
Classes in jj2000.j2k.entropy.encoder that implement StdEntropyCoderOptions Modifier and Type Class Description class
EntropyCoder
This abstract class provides the general interface for block-based entropy encoders.class
StdEntropyCoder
This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.
-