M-Coder (binary arithmetic coder). More...
Classes | |
class | SPL::MEncoder |
The M-Coder (binary) arithmetic encoder class. More... | |
class | SPL::MDecoder |
The M-Coder (binary) arithmetic decoder class. More... | |
Functions | |
long | SPL::MEncoder::getSymCount () const |
Get the number of symbols that have been encoded so far. More... | |
long | SPL::MEncoder::getBitCount () const |
Get the number of bits (of encoded data) that have been output to the underlying bit stream so far. More... | |
int | SPL::MEncoder::getNumContexts () const |
Get the number of contexts. More... | |
OutputBitStream * | SPL::MEncoder::getOutput () const |
Get the bit stream being used for output. More... | |
void | SPL::MEncoder::setOutput (OutputBitStream *out) |
Set the bit stream to use for output. More... | |
long | SPL::MDecoder::getBitCount () const |
Get the number of bits read so far. More... | |
long | SPL::MDecoder::getSymCount () const |
Get the number of symbols decoded so far. More... | |
int | SPL::MDecoder::getNumContexts () const |
Get the number of contexts. More... | |
InputBitStream * | SPL::MDecoder::getInput () const |
Get the input bit stream (i.e., the bit stream from which encoded data is to be read). More... | |
void | SPL::MDecoder::setInput (InputBitStream *in) |
Set the input bit stream (i.e., the bit stream from which encoded data is to be read). More... | |
M-Coder (binary arithmetic coder).
|
inline |
Get the number of bits (of encoded data) that have been output to the underlying bit stream so far.
|
inline |
Get the number of bits read so far.
|
inline |
Get the input bit stream (i.e., the bit stream from which encoded data is to be read).
|
inline |
Get the number of contexts.
|
inline |
Get the number of contexts.
|
inline |
Get the bit stream being used for output.
|
inline |
Get the number of symbols that have been encoded so far.
|
inline |
Get the number of symbols decoded so far.
|
inline |
Set the input bit stream (i.e., the bit stream from which encoded data is to be read).
|
inline |
Set the bit stream to use for output.