Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the motion search mode and associated parameters for how the driver uses motion vector hints.
Syntax
typedef struct D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE_CONFIG {
D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE MotionSearchMode;
UINT SearchDeviationLimit;
} D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE_CONFIG;
Members
MotionSearchMode
A D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE specifying the mode in which the driver uses motion vector hints.
SearchDeviationLimit
The maximum allowed percent deviation in Euclidean vector distance from the input motion vector. Used with D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE_START_HINT_LIMITED_DISTANCE.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12video.h |