19 #ifndef AVUTIL_MOTION_VECTOR_H 20 #define AVUTIL_MOTION_VECTOR_H 54 uint16_t motion_scale;
int16_t src_x
Absolute source position.
Definition: motion_vector.h:38
int16_t dst_x
Absolute destination position.
Definition: motion_vector.h:42
int32_t source
Where the current macroblock comes from; negative value when it comes from the past, positive value when it comes from the future.
Definition: motion_vector.h:30
uint8_t w
Width and height of the block.
Definition: motion_vector.h:34
int32_t motion_x
Motion vector src_x = dst_x + motion_x / motion_scale src_y = dst_y + motion_y / motion_scale.
Definition: motion_vector.h:53
uint64_t flags
Extra flag information.
Definition: motion_vector.h:47
Definition: motion_vector.h:24