Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.11 KB

ns-d3d12umddi-d3d12ddi_video_encoder_metadata_statistics_0083_0.md

File metadata and controls

77 lines (57 loc) · 2.11 KB
UID tech.root title ms.date targetos description prerelease req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:d3d12umddi.D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
display
D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
02/16/2022
Windows
Learn more about the D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0 structure.
false
structure
d3d12umddi.h
Windows 11 (WDDM 3.0)
D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
apiref
HeaderDef
d3d12umddi.h
D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
d3d12umddi/D3D12DDI_VIDEO_ENCODER_METADATA_STATISTICS_0083_0
c++

-description

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

-struct-fields

-field AverageQP

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

-field IntraCodingUnitsCount

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

-field InterCodingUnitsCount

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

-field SkipCodingUnitsCount

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

-field AverageMotionEstimationXDirection

Specifies the average motion vector shift in the X direction.

-field 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