#include <erc_globals.h>
Data Fields | |
byte | regionMode |
int | xMin |
int | yMin |
int | mv [3] |
Definition at line 42 of file erc_globals.h.
int mv[3] |
motion vectors in 1/4 pixel units: mvx = mv[0], mvy = mv[1], and ref_frame = mv[2]
Definition at line 47 of file erc_globals.h.
Referenced by concealByTrial(), and ercWriteMBMODEandMV().
region mode as above
Definition at line 44 of file erc_globals.h.
Referenced by concealByCopy(), concealByTrial(), and ercWriteMBMODEandMV().
int xMin |
X coordinate of the pixel position of the top-left corner of the region.
Definition at line 45 of file erc_globals.h.
Referenced by concealByCopy(), and concealByTrial().
int yMin |
Y coordinate of the pixel position of the top-left corner of the region.
Definition at line 46 of file erc_globals.h.
Referenced by concealByCopy(), and concealByTrial().