#include <motion_vector.h>
int16_t AVMotionVector::dst_x |
Absolute destination position. Can be outside the frame area.
int16_t AVMotionVector::dst_y |
uint64_t AVMotionVector::flags |
Extra flag information. Currently unused.
uint8_t AVMotionVector::h |
uint16_t AVMotionVector::motion_scale |
int32_t AVMotionVector::motion_x |
Motion vector src_x = dst_x + motion_x / motion_scale src_y = dst_y + motion_y / motion_scale
int32_t AVMotionVector::motion_y |
int32_t AVMotionVector::source |
Where the current macroblock comes from; negative value when it comes from the past, positive value when it comes from the future. XXX: set exact relative ref frame reference instead of a +/- 1 "direction".
int16_t AVMotionVector::src_x |
Absolute source position. Can be outside the frame area.
int16_t AVMotionVector::src_y |
uint8_t AVMotionVector::w |
Width and height of the block.
The documentation for this struct was generated from the following file: