jj2000.j2k.entropy.encoder |
|
Java Source File Name | Type | Comment |
BitToByteOutput.java | Class | This class provides an adapter to perform bit based output on byte based
output objects that inherit from a 'ByteOutputBuffer' class. |
ByteOutputBuffer.java | Class | This class provides a buffering output stream similar to
ByteArrayOutputStream, with some additional methods. |
CBlkRateDistStats.java | Class | This class stores coded (compressed) code-blocks with their associated
rate-distortion statistics. |
CodedCBlkDataSrcEnc.java | Interface | This interface defines a source of entropy coded data and methods to
transfer it in a code-block by code-block basis. |
EBCOTLayer.java | Class | This class holds information about each layer that is to be, or has already
been, allocated . |
EBCOTRateAllocator.java | Class | This implements the EBCOT post compression rate allocation algorithm. |
EntropyCoder.java | Class | This abstract class provides the general interface for block-based entropy
encoders. |
LayersInfo.java | Class | This class stores the specification of a layer distribution in the
bit stream. |
MQCoder.java | Class | This class implements the MQ arithmetic coder. |
PostCompRateAllocator.java | Class | This is the abstract class from which post-compression rate allocators
which generate layers should inherit. |
StdEntropyCoder.java | Class | This class implements the JPEG 2000 entropy coder, which codes stripes in
code-blocks. |