![]() |
cresample
Xilinx SDK Drivers API Documentation
|
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... | |
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.
float XVertical_Coeffs::VCoeff[XCRE_NUM_OF_PHASES][XCRE_NUM_VCOEFS] |
Matrix for Vertical Coefficients.
Referenced by CresampleTypeConversion(), XCresample_GetVCoefs(), and XCresample_SetVCoefs().