D3D12DDI_VIDEO_ENCODER_AV1_CDEF_CONFIG_0095 structure (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_AV1_CDEF_CONFIG_0095 structure contains configuration information related to the constrained directional enhancement filter (CDEF) settings within an AV1 video encoder.

Syntax

typedef struct D3D12DDI_VIDEO_ENCODER_AV1_CDEF_CONFIG_0095 {
  UINT64 CdefBits;
  UINT64 CdefDampingMinus3;
  UINT64 CdefYPriStrength[8];
  UINT64 CdefUVPriStrength[8];
  UINT64 CdefYSecStrength[8];
  UINT64 CdefUVSecStrength[8];
} D3D12DDI_VIDEO_ENCODER_AV1_CDEF_CONFIG_0095;

Members

CdefBits

Related to AV1 syntax in cdef_params().

CdefDampingMinus3

Related to AV1 syntax in cdef_params().

CdefYPriStrength[8]

Related to AV1 syntax in cdef_params().

CdefUVPriStrength[8]

Related to AV1 syntax in cdef_params().

CdefYSecStrength[8]

Related to AV1 syntax in cdef_params().

CdefUVSecStrength[8]

Related to AV1 syntax in cdef_params().

Remarks

See D3D12 AV1 video encoding for more information.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3d12umddi.h

See also

D3D12DDI_VIDEO_ENCODER_AV1_PICTURE_CONTROL_CODEC_DATA_0095

D3D12DDI_VIDEO_ENCODER_AV1_POST_ENCODE_VALUES_0095