TIOVX User Guide
|
The coefficients input data structure used by the TIVX_KERNEL_VPAC_MSC kernel. More...
#include <hwa_vpac_msc.h>
Data Fields | |
int32_t | single_phase [TIVX_VPAC_MSC_MAX_SP_COEFF_SET][TIVX_VPAC_MSC_MAX_TAP] |
int32_t | multi_phase [TIVX_VPAC_MSC_MAX_MP_COEFF_SET][TIVX_VPAC_MSC_MAX_TAP *TIVX_VPAC_MSC_32_PHASE_COEFF] |
The coefficients input data structure used by the TIVX_KERNEL_VPAC_MSC kernel.
Definition at line 197 of file hwa_vpac_msc.h.
int32_t tivx_vpac_msc_coefficients_t::single_phase[TIVX_VPAC_MSC_MAX_SP_COEFF_SET][TIVX_VPAC_MSC_MAX_TAP] |
2 Sets of Single phase coefficient set 0, signed 10-bit
Definition at line 199 of file hwa_vpac_msc.h.
int32_t tivx_vpac_msc_coefficients_t::multi_phase[TIVX_VPAC_MSC_MAX_MP_COEFF_SET][TIVX_VPAC_MSC_MAX_TAP *TIVX_VPAC_MSC_32_PHASE_COEFF] |
4 Sets of Multi phase coefficient, signed 10-bit
Definition at line 202 of file hwa_vpac_msc.h.