Uses of Interface
jj2000.j2k.entropy.StdEntropyCoderOptions
Packages that use StdEntropyCoderOptions
Package
Description
-
Uses of StdEntropyCoderOptions in jj2000.j2k.codestream.reader
Classes in jj2000.j2k.codestream.reader that implement StdEntropyCoderOptionsModifier and TypeClassDescriptionclassThis 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.classThis class reads Main and Tile-part headers from the codestream.classThis 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 StdEntropyCoderOptionsModifier and TypeClassDescriptionclassThis 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 StdEntropyCoderOptionsModifier and TypeClassDescriptionclassThis 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 StdEntropyCoderOptionsModifier and TypeClassDescriptionclassThis abstract class provides the general interface for block-based entropy encoders.classThis class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks.