// d3dumddi.h
typedef enum _DXVAHDDDI_FILTER {
DXVAHDDDI_FILTER_BRIGHTNESS,
DXVAHDDDI_FILTER_CONTRAST,
DXVAHDDDI_FILTER_HUE,
DXVAHDDDI_FILTER_SATURATION,
DXVAHDDDI_FILTER_NOISE_REDUCTION,
DXVAHDDDI_FILTER_EDGE_ENHANCEMENT,
DXVAHDDDI_FILTER_ANAMORPHIC_SCALING
} DXVAHDDDI_FILTER;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVAHDDDI_FILTER enumeration contains values that identify the filter range, which the driver should retrieve when the driver's GetCaps function is called with the D3DDDICAPS_DXVAHD_GETVPFILTERRANGE value set.
DXVAHDDDI_FILTER_BRIGHTNESSA value that specifies the filter range of the brightness ProcAmp.
DXVAHDDDI_FILTER_CONTRASTA value that specifies the filter range of the contrast ProcAmp.
DXVAHDDDI_FILTER_HUEA value that specifies the filter range of the hue ProcAmp.
DXVAHDDDI_FILTER_SATURATIONA value that specifies the filter range of the saturation ProcAmp.
DXVAHDDDI_FILTER_NOISE_REDUCTIONA value that specifies the filter range of the noise reduction filter.
DXVAHDDDI_FILTER_EDGE_ENHANCEMENTA value that specifies the filter range of the edge enhancement filter.
DXVAHDDDI_FILTER_ANAMORPHIC_SCALINGA value that specifies that the filter range of anamorphic scaling.