Codes and decodes the split mode.
More...
#include <mv_codec.h>
Additional Inherited Members |
| virtual void | DoWorkCode (MvData &in_data)=0 |
| | Does the work of actually coding the data.
|
| virtual void | DoWorkDecode (MvData &out_data)=0 |
| | virtual decode-only functions ////////////////////////////
|
| std::vector< Context > | m_context_list |
| | List of contexts.
|
Detailed Description
Derived from the ArithCodec class, this codes and decodes the split mode
Constructor & Destructor Documentation
| dirac::SplitModeCodec::SplitModeCodec |
( |
ByteIO * |
p_byteio, |
|
|
size_t |
number_of_contexts |
|
) |
| |
Creates a MvDataCodec object to encode MV data, based on parameters
- Parameters
-
| p_byteio | Input/output for the encoded bits |
| number_of_contexts | the number of contexts used |
Member Function Documentation
| void dirac::SplitModeCodec::CodeVal |
( |
const MvData & |
in_data | ) |
|
|
private |
| void dirac::SplitModeCodec::DecodeVal |
( |
MvData & |
out_data | ) |
|
|
private |
| void dirac::SplitModeCodec::DoWorkCode |
( |
MvData & |
in_data | ) |
|
|
private |
| void dirac::SplitModeCodec::DoWorkDecode |
( |
MvData & |
out_data | ) |
|
|
private |
| void dirac::SplitModeCodec::InitContexts |
( |
| ) |
|
| unsigned int dirac::SplitModeCodec::Prediction |
( |
const TwoDArray< int > & |
mbdata | ) |
const |
|
private |
| void dirac::SplitModeCodec::ResetAll |
( |
| ) |
|
|
private |
Member Data Documentation
| int dirac::SplitModeCodec::m_sb_xp |
|
private |
| int dirac::SplitModeCodec::m_sb_yp |
|
private |
The documentation for this class was generated from the following file: