Created by the British Broadcasting Corporation.
#include <mv_codec.h>
Inheritance diagram for dirac::PredModeCodec:
dirac::PredModeCodec::PredModeCodec | ( | ByteIO * | p_byteio, | |
size_t | number_of_contexts | |||
) |
Creates a MvDataCodec object to encode MV data, based on parameters
p_byteio | Input/output for the encoded bits | |
number_of_contexts | the number of contexts used |
dirac::PredModeCodec::PredModeCodec | ( | const PredModeCodec & | cpy | ) | [private] |
void dirac::PredModeCodec::InitContexts | ( | ) |
PredModeCodec& dirac::PredModeCodec::operator= | ( | const PredModeCodec & | rhs | ) | [private] |
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] |
Implements dirac::ArithCodec< MvData >.
void dirac::PredModeCodec::DoWorkDecode | ( | MvData & | out_data | ) | [private, virtual] |
Implements dirac::ArithCodec< MvData >.
void dirac::PredModeCodec::ResetAll | ( | ) | [private] |
unsigned int dirac::PredModeCodec::Prediction | ( | const TwoDArray< PredMode > & | preddata, | |
const unsigned int | num_refs | |||
) | const [private] |
int dirac::PredModeCodec::m_b_xp [private] |
int dirac::PredModeCodec::m_b_yp [private] |
int dirac::PredModeCodec::m_mb_xp [private] |
int dirac::PredModeCodec::m_mb_yp [private] |
int dirac::PredModeCodec::m_mb_tlb_x [private] |
int dirac::PredModeCodec::m_mb_tlb_y [private] |
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.