![]() |
cresample
Xilinx SDK Drivers API Documentation
|
The XCoeffs is a structure contains predefined fixed coefficient values for Horizontal filter of two phases (phase 0 and phase 1). More...
Data Fields | |
float | HCoeff [XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS] |
Matrix for Horizontal Coefficients. More... | |
The XCoeffs is a structure contains predefined fixed coefficient values for Horizontal filter of two phases (phase 0 and phase 1).
This can be used for setting or getting coefficient values from XCresample_SetHCoefs and XCresample_GetHCoefs APIs.
float XHorizontal_Coeffs::HCoeff[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS] |
Matrix for Horizontal Coefficients.
Referenced by CresampleTypeConversion(), XCresample_GetHCoefs(), and XCresample_SetHCoefs().