cresample
Xilinx SDK Drivers API Documentation
XVertical_Coeffs Struct Reference

The XCoeffs is a structure contains predefined fixed coefficient values for Vertical filter of two phases (phase 0 and phase 1). More...

Data Fields

float VCoeff [XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]
 Matrix for Vertical Coefficients. More...
 

Detailed Description

The XCoeffs is a structure contains predefined fixed coefficient values for Vertical filter of two phases (phase 0 and phase 1).

This can be used for setting or getting coefficient values from XCresample_SetVCoefs and XCresample_GetVCoefs APIs.

Field Documentation

◆ VCoeff

float XVertical_Coeffs::VCoeff[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS]

Matrix for Vertical Coefficients.

Referenced by CresampleTypeConversion(), XCresample_GetVCoefs(), and XCresample_SetVCoefs().