dirac::PredModeCodec Class Reference
Codes and decodes the prediction modes.
More...
#include <mv_codec.h>
List of all members.
Public Member Functions
Private Member Functions
Private Attributes
Detailed Description
Derived from the ArithCodec class, this codes and decodes the prediction mode.
Constructor & Destructor Documentation
dirac::PredModeCodec::PredModeCodec |
( |
ByteIO * |
p_byteio, |
|
|
size_t |
number_of_contexts, |
|
|
const int |
num_refs | |
|
) |
| | |
Creates a MvDataCodec object to encode MV data, based on parameters
- Parameters:
-
| p_byteio | Input/output for the encoded bits - Parameters:
-
| number_of_contexts | the number of contexts used - Parameters:
-
| num_refs | Number of references |
|
|
dirac::PredModeCodec::PredModeCodec |
( |
const PredModeCodec & |
cpy |
) |
[private] |
Member Function Documentation
void dirac::PredModeCodec::CodeVal |
( |
const MvData & |
in_data |
) |
[private] |
void dirac::PredModeCodec::DecodeVal |
( |
MvData & |
out_data |
) |
[private] |
void dirac::PredModeCodec::DoWorkCode |
( |
MvData & |
in_data |
) |
[private, virtual] |
void dirac::PredModeCodec::DoWorkDecode |
( |
MvData & |
out_data |
) |
[private, virtual] |
void dirac::PredModeCodec::InitContexts |
( |
|
) |
|
unsigned int dirac::PredModeCodec::Prediction |
( |
const TwoDArray< PredMode > & |
preddata |
) |
const [private] |
void dirac::PredModeCodec::ResetAll |
( |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file: