D3D12DDI_VIDEO_ENCODER_RATE_CONTROL_CQP_0080 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODER_RATE_CONTROL_CQP_0080 {
  UINT ConstantQP_FullIntracodedFrame;
  UINT ConstantQP_InterPredictedFrame_PrevRefOnly;
  UINT ConstantQP_InterPredictedFrame_BiDirectionalRef;
} D3D12DDI_VIDEO_ENCODER_RATE_CONTROL_CQP_0080;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3D12DDI_VIDEO_ENCODER_RATE_CONTROL_CQP_0080 structure contains the rate control definition for constant quantization parameter (CQP) mode.

Members

ConstantQP_FullIntracodedFrame

The quantization parameter that should be used for each fully intra-encoded frame.

ConstantQP_InterPredictedFrame_PrevRefOnly

The quantization parameter that should be used for each encoded frame that has inter-picture references to pictures, in display order, before the current one.

ConstantQP_InterPredictedFrame_BiDirectionalRef

The quantization parameter that should be used for each encoded frame that has inter-picture references to pictures, in display order, both from the previous and next frames.

Remarks

See D3D12 video encoding for general information.

See also

D3D12DDI_VIDEO_ENCODER_RATE_CONTROL_CONFIGURATION_PARAMS_0080_2