Created by the British Broadcasting Corporation.
#include <motion.h>
dirac::MvData::MvData | ( | const int | xnumMB, | |
const int | ynumMB, | |||
const int | xnumblocks, | |||
const int | ynumblocks, | |||
const int | num_refs | |||
) |
Constructor takes:
xnumMB | the number of MBs horizontally | |
ynumMB | the number of MBs vertically | |
xnumblocks | the number of blocks horizontally | |
ynumblocks | the number of blocks vertically | |
num_refs | the number of references being used for the picture |
dirac::MvData::MvData | ( | const int | xnumMB, | |
const int | ynumMB, | |||
const int | num_refs | |||
) |
Constructor. Numbers of blocks derived from the number of MBs
xnumMB | the number of MBs horizontally | |
ynumMB | the number of MBs vertically | |
num_refs | the number of references being used for the picture |
dirac::MvData::~MvData | ( | ) |
const OneDArray<float>& dirac::MvData::GlobalMotionParameters | ( | const int | ref_id | ) | const [inline] |
References m_gm_params.
OneDArray<float>& dirac::MvData::GlobalMotionParameters | ( | const int | ref_id | ) | [inline] |
References m_gm_params.
const MvArray& dirac::MvData::GlobalMotionVectors | ( | const int | ref_id | ) | const [inline] |
References m_gm_vectors.
MvArray& dirac::MvData::GlobalMotionVectors | ( | const int | ref_id | ) | [inline] |
References m_gm_vectors.
void dirac::MvData::InitMvData | ( | ) | [private] |
const TwoDArray<int>& dirac::MvData::MBSplit | ( | ) | const [inline] |
References m_mb_split.
TwoDArray<int>& dirac::MvData::MBSplit | ( | ) | [inline] |
References m_mb_split.
unsigned int dirac::MvData::NumRefs | ( | ) | const [inline] |
References m_num_refs.
OneDArray< TwoDArray<ValueType>* > dirac::MvData::m_dc [private] |
Referenced by DC().
OneDArray< OneDArray<float>* > dirac::MvData::m_gm_params [private] |
Referenced by GlobalMotionParameters().
OneDArray<MvArray*> dirac::MvData::m_gm_vectors [private] |
Referenced by GlobalMotionVectors().
TwoDArray<int> dirac::MvData::m_mb_split [private] |
Referenced by MBSplit().
TwoDArray<PredMode> dirac::MvData::m_modes [private] |
Referenced by Mode().
const unsigned int dirac::MvData::m_num_refs [private] |
Referenced by NumRefs().
OneDArray<MvArray*> dirac::MvData::m_vectors [private] |
Referenced by Vectors().
© 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.