D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0 {
  UINT64 AverageQP;
  UINT64 IntraCodingUnitsCount;
  UINT64 InterCodingUnitsCount;
  UINT64 SkipCodingUnitsCount;
  UINT64 AverageMotionEstimationXDirection;
  UINT64 AverageMotionEstimationYDirection;
} D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0 structure is used to provide encoding statistics for an encoding operation.

Members

AverageQP

Specifies the average quantization parameter (QP) value used for encoding this frame.

IntraCodingUnitsCount

Specifies the number of intra-coded coding units used in this frame.

InterCodingUnitsCount

Specifies the number of inter-coded coding units used in this frame.

SkipCodingUnitsCount

Specifies the number of skip coding units used in this frame.

AverageMotionEstimationXDirection

Specifies the average motion vector shift in the X direction.

AverageMotionEstimationYDirection

Specifies the average motion vector shift in the Y direction.

Remarks

See D3D12 video encoding for general information.

See also

D3D12DDI_VIDEO_ENCODER_OUTPUT_METADATA_0083_0

PFND3D12DDI_VIDEO_ENCODE_FRAME_0082_0