Dirac - A Video Codec
Created by the British Broadcasting Corporation.
dirac::MvData Class Reference
Class for all the motion vector data.
More...
#include <motion.h>
Inheritance diagram for dirac::MvData:
List of all members.Public Member Functions
Protected Member Functions
Protected Attributes
Detailed Description
Motion vector data: the motion vectors themselves, the blocks and macroblock modes.
Constructor & Destructor Documentation
|
Constructor takes: - Parameters:
-
| predparams | Picture prediction parameters |
| num_refs | the number of references being used for the picture |
|
Member Function Documentation
const OneDArray<float>& dirac::MvData::GlobalMotionParameters |
( |
const int |
ref_id |
) |
const [inline] |
|
OneDArray<float>& dirac::MvData::GlobalMotionParameters |
( |
const int |
ref_id |
) |
[inline] |
|
const MvArray& dirac::MvData::GlobalMotionVectors |
( |
const int |
ref_id |
) |
const [inline] |
|
MvArray& dirac::MvData::GlobalMotionVectors |
( |
const int |
ref_id |
) |
[inline] |
|
void dirac::MvData::InitMvData |
( |
|
) |
[protected] |
|
const TwoDArray<int>& dirac::MvData::SBSplit |
( |
|
) |
const [inline] |
|
TwoDArray<int>& dirac::MvData::SBSplit |
( |
|
) |
[inline] |
|
const MvArray& dirac::MvData::Vectors |
( |
const int |
ref_id |
) |
const [inline] |
|
MvArray& dirac::MvData::Vectors |
( |
const int |
ref_id |
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
© 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.