Created by the British Broadcasting Corporation.
A class for computing a bidirection difference for eighth-pel vectors.
#include <me_utils.h>
Public Member Functions | |
BiBlockEighthPel (const PicArray &ref1, const PicArray &ref2, const PicArray &pic) | |
Constructor, initialising the references and picture data. | |
float | Diff (const BlockDiffParams &dparams, const MVector &mv1, const MVector &mv2) |
Do the difference, returning SAD. | |
Public Member Functions inherited from dirac::BiBlockDiff | |
BiBlockDiff (const PicArray &ref1, const PicArray &ref2, const PicArray &pic) | |
Constructor, initialising the references and picture data. | |
virtual | ~BiBlockDiff () |
Virtual destructor. |
Private Member Functions | |
BiBlockEighthPel (const BiBlockEighthPel &cpy) | |
Private, bodyless copy-constructor: class should not be copied. | |
BiBlockEighthPel & | operator= (const BiBlockEighthPel &rhs) |
Private, bodyless assignment=: class should not be assigned. |
Additional Inherited Members | |
Protected Attributes inherited from dirac::BiBlockDiff | |
const PicArray & | m_pic_data |
const PicArray & | m_ref_data1 |
const PicArray & | m_ref_data2 |
dirac::BiBlockEighthPel::BiBlockEighthPel | ( | const PicArray & | ref1, |
const PicArray & | ref2, | ||
const PicArray & | pic ) |
Referenced by BiBlockEighthPel(), and operator=().
|
private |
References BiBlockEighthPel().
|
virtual |
Do the difference, returning SAD
dparams | block parameters |
mv1 | the motion vector being used for reference 1 |
mv2 | the motion vector being used for reference 2 |
Implements dirac::BiBlockDiff.
|
private |
References BiBlockEighthPel().
© 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.