D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MAP_0095 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MAP_0095 {
  UINT  SegmentsMapByteSize;
  UINT8 *pSegmentsMap;
} D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MAP_0095;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MAP_0095 structure contains segmentation map information for an AV1 frame.

Members

SegmentsMapByteSize

Size in bytes of the pSegmentsMap buffer.

pSegmentsMap

In raster order, contains the AV1 syntax segment_id between [0..7] for each block in the frame. The block size is SegmentationBlockSize as reported by the driver in D3D12DDI_VIDEO_ENCODER_AV1_CODEC_CONFIGURATION_SUPPORT_0095.

Remarks

See D3D12 AV1 video encoding for more information.

See also

D3D12DDI_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA_0095