Skip to main content

VAMotionVector

Type Alias VAMotionVector 

Source
pub type VAMotionVector = _VAMotionVector;
Expand description

\brief Generic motion vector data structure.

Aliased Type§

#[repr(C)]
pub struct VAMotionVector { pub mv0: [i16; 2], pub mv1: [i16; 2], }

Fields§

§mv0: [i16; 2]

\brief Past reference

  • \c [0]: horizontal motion vector for past reference
  • \c [1]: vertical motion vector for past reference
§mv1: [i16; 2]

\brief Future reference

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