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