D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 {
  UINT64 EnabledFeatures;
  INT64  FeatureValue[8];
} D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_encoder_av1_segment_data_0095)

Description

The D3D12DDI_VIDEO_ENCODER_AV1_SEGMENT_DATA_0095 structure contains segmentation data for a segment within an AV1 frame.

Members

EnabledFeatures

A bit mask combination of D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_0095_FLAGS values that indicates the segmentation modes that are enabled for the segment.

FeatureValue[8]

For the enabled features in the EnabledFeatures bit mask, the array FeatureValue is indexed by D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MODE_0095 - 1 for its associated feature value.

Remarks

See D3D12 AV1 video encoding for more information.

See also

D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_CONFIG_0095