VA-API
2.22.0
|
Generic motion vector data structure. More...
#include <va.h>
Public Attributes | |
int16_t | mv0 [2] |
Past reference. More... | |
int16_t | mv1 [2] |
Future reference. More... | |
Generic motion vector data structure.
int16_t VAMotionVector::mv0[2] |
Past reference.
[0]: horizontal motion vector for past reference
[1]: vertical motion vector for past reference int16_t VAMotionVector::mv1[2] |
Future reference.
[0]: horizontal motion vector for future reference
[1]: vertical motion vector for future reference