M-Coder (binary arithmetic coder).
More...
M-Coder (binary arithmetic coder).
◆ getBitCount() [1/2]
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.
◆ getBitCount() [2/2]
long SPL::MDecoder::getBitCount |
( |
| ) |
const |
|
inline |
Get the number of bits read so far.
◆ getInput()
Get the input bit stream (i.e., the bit stream from which encoded data is to be read).
◆ getNumContexts() [1/2]
int SPL::MEncoder::getNumContexts |
( |
| ) |
const |
|
inline |
Get the number of contexts.
◆ getNumContexts() [2/2]
int SPL::MDecoder::getNumContexts |
( |
| ) |
const |
|
inline |
Get the number of contexts.
◆ getOutput()
Get the bit stream being used for output.
◆ getSymCount() [1/2]
long SPL::MEncoder::getSymCount |
( |
| ) |
const |
|
inline |
Get the number of symbols that have been encoded so far.
◆ getSymCount() [2/2]
long SPL::MDecoder::getSymCount |
( |
| ) |
const |
|
inline |
Get the number of symbols decoded so far.
◆ setInput()
Set the input bit stream (i.e., the bit stream from which encoded data is to be read).
◆ setOutput()
Set the bit stream to use for output.