// 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 referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_AV1_SEGMENTATION_MAP_0095 structure contains segmentation map information for an AV1 frame.
SegmentsMapByteSizeSize in bytes of the pSegmentsMap buffer.
pSegmentsMapIn 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.
See D3D12 AV1 video encoding for more information.
D3D12DDI_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA_0095