Created by the British Broadcasting Corporation.
#include <motion.h>
dirac::MEData::MEData | ( | const int | xnumMB, | |
const int | ynumMB, | |||
const int | xnumblocks, | |||
const int | ynumblocks, | |||
const int | num_refs = 2 | |||
) |
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::MEData::MEData | ( | const int | xnumMB, | |
const int | ynumMB, | |||
const int | num_refs = 2 | |||
) |
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::MEData::~MEData | ( | ) |
TwoDArray<MvCostData>& dirac::MEData::PredCosts | ( | const int | ref_id | ) | [inline] |
const TwoDArray<MvCostData>& dirac::MEData::PredCosts | ( | const int | ref_id | ) | const [inline] |
TwoDArray<float>& dirac::MEData::IntraCosts | ( | ) | [inline] |
const TwoDArray<float>& dirac::MEData::IntraCosts | ( | ) | const [inline] |
TwoDArray<MvCostData>& dirac::MEData::BiPredCosts | ( | ) | [inline] |
const TwoDArray<MvCostData>& dirac::MEData::BiPredCosts | ( | ) | const [inline] |
TwoDArray<float>& dirac::MEData::MBCosts | ( | ) | [inline] |
const TwoDArray<float>& dirac::MEData::MBCosts | ( | ) | const [inline] |
void dirac::MEData::SetLambdaMap | ( | const int | num_refs, | |
const float | lambda | |||
) |
void dirac::MEData::SetLambdaMap | ( | const int | level, | |
const TwoDArray< float > & | l_map, | |||
const float | wt | |||
) |
const TwoDArray<float>& dirac::MEData::LambdaMap | ( | ) | const [inline] |
TwoDArray<int>& dirac::MEData::GlobalMotionInliers | ( | const int | ref_id | ) | [inline] |
const TwoDArray<int>& dirac::MEData::GlobalMotionInliers | ( | const int | ref_id | ) | const [inline] |
void dirac::MEData::InitMEData | ( | ) | [private] |
void dirac::MEData::FindTransitions | ( | TwoDArray< bool > & | trans_map, | |
const int | ref_num | |||
) | [private] |
std::ostream& operator<< | ( | std::ostream & | stream, | |
MEData & | me_data | |||
) | [friend] |
std::istream& operator>> | ( | std::istream & | stream, | |
MEData & | me_data | |||
) | [friend] |
OneDArray< TwoDArray<MvCostData>* > dirac::MEData::m_pred_costs [private] |
TwoDArray<float> dirac::MEData::m_intra_costs [private] |
TwoDArray<MvCostData> dirac::MEData::m_bipred_costs [private] |
TwoDArray<float> dirac::MEData::m_MB_costs [private] |
TwoDArray<float> dirac::MEData::m_lambda_map [private] |
OneDArray< TwoDArray<int>* > dirac::MEData::m_inliers [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.