jj2000.j2k.entropy.decoder |
|
Java Source File Name | Type | Comment |
ByteInputBuffer.java | Class | This class provides a byte input facility from byte buffers. |
ByteToBitInput.java | Class | This class provides an adapter to perform bit based input on byte based
output obejcts that inherit from a 'ByteInputBuffer' class. |
CodedCBlkDataSrcDec.java | Interface | This interface defines a source of entropy coded data and methods to
transfer it in a code-block by code-block basis. |
DecLyrdCBlk.java | Class | This class stores coded (compressed) code-blocks that are organized
in layers. |
EntropyDecoder.java | Class | This is the abstract class from which all entropy decoders must
inherit. |
MQDecoder.java | Class | This class implements the MQ arithmetic decoder. |
StdEntropyDecoder.java | Class | This class implements the JPEG 2000 entropy decoder, which codes stripes in
code-blocks. |