Package | Description |
---|---|
jj2000.j2k.entropy.decoder |
Modifier and Type | Field and Description |
---|---|
(package private) ByteInputBuffer |
MQDecoder.in
The ByteInputBuffer used to read the compressed bit stream.
|
(package private) ByteInputBuffer |
ByteToBitInput.in
The byte based input
|
Modifier and Type | Method and Description |
---|---|
ByteInputBuffer |
MQDecoder.getByteInputBuffer()
Returns the underlying 'ByteInputBuffer' from where the MQ
coded input bytes are read.
|
Constructor and Description |
---|
ByteToBitInput(ByteInputBuffer in)
Instantiates a new 'ByteToBitInput' object that uses 'in' as the
underlying byte based input.
|
MQDecoder(ByteInputBuffer iStream,
int nrOfContexts,
int[] initStates)
Instantiates a new MQ-decoder, with the specified number of contexts and
initial states.
|
Copyright © 2017 Open Microscopy Environment