// 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 referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0 structure is used to provide encoding statistics for an encoding operation.
AverageQPSpecifies the average quantization parameter (QP) value used for encoding this frame.
IntraCodingUnitsCountSpecifies the number of intra-coded coding units used in this frame.
InterCodingUnitsCountSpecifies the number of inter-coded coding units used in this frame.
SkipCodingUnitsCountSpecifies the number of skip coding units used in this frame.
AverageMotionEstimationXDirectionSpecifies the average motion vector shift in the X direction.
AverageMotionEstimationYDirectionSpecifies the average motion vector shift in the Y direction.
See D3D12 video encoding for general information.
D3D12DDI_VIDEO_ENCODER_OUTPUT_METADATA_0083_0
PFND3D12DDI_VIDEO_ENCODE_FRAME_0082_0