VA-API  2.19.0
Public Attributes | List of all members
VAMotionVector Struct Reference

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

Detailed Description

Generic motion vector data structure.

Member Data Documentation

◆ mv0

int16_t VAMotionVector::mv0[2]

Past reference.

  • [0]: horizontal motion vector for past reference
  • [1]: vertical motion vector for past reference

◆ mv1

int16_t VAMotionVector::mv1[2]

Future reference.

  • [0]: horizontal motion vector for future reference
  • [1]: vertical motion vector for future reference

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