cresample
Xilinx SDK Drivers API Documentation
XHorizontal_Coeffs Struct Reference

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...
 

Detailed Description

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.

Field Documentation

float XHorizontal_Coeffs::HCoeff[XCRE_NUM_OF_PHASES][XCRE_NUM_HCOEFS]

Matrix for Horizontal Coefficients.

Referenced by CresampleTypeConversion(), XCresample_GetHCoefs(), and XCresample_SetHCoefs().