#include <me_utils.h>
Inheritance diagram for dirac::SimpleBlockDiffUp:
Public Member Functions | |
SimpleBlockDiffUp (const PicArray &ref, const PicArray &pic) | |
Constructor, initialising the reference and picture data. | |
~SimpleBlockDiffUp () | |
Destructor. | |
float | Diff (const BlockDiffParams &dparams, const MVector &mv) |
Do the actual difference without bounds checking. |
Definition at line 362 of file me_utils.h.
|
Do the actual difference without bounds checking. Do the actual difference without bounds checking
Implements dirac::BlockDiffUp. Definition at line 250 of file me_utils.cpp. References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y. |