Created by the British Broadcasting Corporation.
#include <motion.h>
dirac::MEData::MEData | ( | const PicturePredParams & | predparams, | |
const int | num_refs = 2 | |||
) |
Constructor takes:
predparams | the picture prediction parameters | |
num_refs | the number of references being used for the picture |
dirac::MEData::~MEData | ( | ) |
void dirac::MEData::DropRef | ( | int | ref_index | ) |
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] |
float dirac::MEData::IntraBlockRatio | ( | ) | const [inline] |
void dirac::MEData::SetIntraBlockRatio | ( | const float | r | ) | [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] |
float dirac::MEData::m_intra_block_ratio [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.