dirac::DCCodec Class Reference
Codes and decodes a set of DC values.
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 all the DC values for a component
Constructor & Destructor Documentation
dirac::DCCodec::DCCodec |
( |
ByteIO * |
p_byteio, |
|
|
const CompSort |
csort, |
|
|
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 |
| csort | The identity of the component (Y, U or V) |
| number_of_contexts | the number of contexts used |
dirac::DCCodec::DCCodec |
( |
const DCCodec & |
cpy |
) |
[private] |
Member Function Documentation
void dirac::DCCodec::CodeVal |
( |
const MvData & |
in_data |
) |
[private] |
void dirac::DCCodec::DecodeVal |
( |
MvData & |
out_data |
) |
[private] |
void dirac::DCCodec::DoWorkCode |
( |
MvData & |
in_data |
) |
[private, virtual] |
void dirac::DCCodec::DoWorkDecode |
( |
MvData & |
out_data |
) |
[private, virtual] |
void dirac::DCCodec::InitContexts |
( |
|
) |
|
void dirac::DCCodec::ResetAll |
( |
|
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file: