struttura D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE_CONFIG (d3d12video.h)

Specifica la modalità di ricerca movimento e i parametri associati per il modo in cui il driver usa hint del vettore di movimento.

Sintassi

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;

Membri

MotionSearchMode

Oggetto D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE specificando la modalità in cui il driver usa hint del vettore di movimento.

SearchDeviationLimit

Deviazione massima consentita percentuale nella distanza del vettore euclideo dal vettore di movimento di input. Usato con D3D12_VIDEO_ENCODER_FRAME_MOTION_SEARCH_MODE_START_HINT_LIMITED_DISTANCE.

Requisiti

Requisito Valore
Intestazione d3d12video.h