Holds an External Motion Vector hint.
Definition at line 726 of file nvmedia_common_encode.h.
Data Fields | |
int32_t | mvx: 12 |
Holds the x component of integer pixel MV (relative to current MB) S12.0. More... | |
int32_t | mvy: 10 |
Holds the y component of integer pixel MV (relative to current MB) S10.0 . More... | |
uint32_t | refidx: 5 |
Holds the reference index (31=invalid). More... | |
uint32_t | dir: 1 |
Holds the direction of motion estimation . More... | |
uint32_t | partType: 2 |
Holds the block partition type. More... | |
uint32_t | lastofPart: 1 |
Set to true for the last MV of (sub) partition More... | |
uint32_t | lastOfMB: 1 |
Set to true for the last MV of macroblock. More... | |