AOMedia AV1 Codec
WARP_SAMPLE_INFO Struct Reference

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.

Detailed Description

Holds the motion samples for warp motion model estimation.

Field Documentation

◆ num

int WARP_SAMPLE_INFO::num

Number of samples.

Referenced by av1_rd_pick_inter_mode(), and motion_mode_rd().

◆ pts

int WARP_SAMPLE_INFO::pts[16]

Sample locations in current frame.

Referenced by motion_mode_rd().

◆ pts_inref

int WARP_SAMPLE_INFO::pts_inref[16]

Sample location in the reference frame.

Referenced by motion_mode_rd().


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