object_buffer Struct Reference

region structure stores information about a region that is needed for concealment More...

#include <erc_globals.h>


Data Fields

byte regionMode
int xMin
int yMin
int mv [3]


Detailed Description

region structure stores information about a region that is needed for concealment

Definition at line 42 of file erc_globals.h.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Documentation generated with DoxyGen