PDK API Guide for J721E
Msc_Coeff Struct Reference

Detailed Description

Structure used for setting scalar coefficients.

struct Msc_Coeff

Data Fields

int32_t * spCoeffSet [MSC_MAX_SP_COEFF_SET]
 
int32_t * mpCoeffSet [MSC_MAX_MP_COEFF_SET]
 

Field Documentation

◆ spCoeffSet

int32_t* Msc_Coeff::spCoeffSet[MSC_MAX_SP_COEFF_SET]

Pointer to the array containing single phase coefficients for set 0, if set to null, coefficients will not be updated/changed, The size of this array must be MSC_MAX_TAP

◆ mpCoeffSet

int32_t* Msc_Coeff::mpCoeffSet[MSC_MAX_MP_COEFF_SET]

Pointer to the array containing multi phase coefficients for set 0, if set to null, coefficients will not be updated/changed, This is used to set 32phase/5tap filter coefficients, so The size of this array must be MSC_MAX_TAP * 32 In case of 64phase/5tap, set 0/1 of 32 phase sets will be used as set 0 of 64 phase and set 2/3 will similarly be used as set 2 of 64 phase