![]() |
AOMedia AV1 Codec
|
Holds the motion samples for warp motion model estimation. More...
#include <block.h>
Data Fields | |
| int | num |
| Number of samples. | |
| int | pts [16] |
| Sample locations in current frame. | |
| int | pts_inref [16] |
| Sample location in the reference frame. | |
Holds the motion samples for warp motion model estimation.
| int WARP_SAMPLE_INFO::num |
Number of samples.
Referenced by av1_rd_pick_inter_mode(), and motion_mode_rd().
| int WARP_SAMPLE_INFO::pts[16] |
Sample locations in current frame.
Referenced by motion_mode_rd().
| int WARP_SAMPLE_INFO::pts_inref[16] |
Sample location in the reference frame.
Referenced by motion_mode_rd().