#include <me_utils.h>
Public Member Functions | |
| BlockDiffParams () | |
| Constructor. | |
| BlockDiffParams (const int x_p, const int y_p, const int x_l, const int y_l) | |
| Constructor. | |
| void | SetBlockLimits (const OLBParams &bparams, const PicArray &pic_data, const int xbpos, const int ybpos) |
| Set the limits of the block to fit in a picture. | |
| const int | Xp () const |
| Return the x-position of the top-left block corner. | |
| const int | Yp () const |
| Return the y-position of the top-left block corner. | |
| const int | Xl () const |
| Return the block width. | |
| const int | Yl () const |
| Return the block height. | |
Definition at line 53 of file me_utils.h.
1.4.5