Searched refs:pSESideCoefs (Results 1 – 1 of 1) sorted by relevance
63 const BiquadA012B12CoefsSP_t *pSESideCoefs; in LVCS_SEnhancerInit() local105 pSESideCoefs = (BiquadA012B12CoefsSP_t*)&LVCS_SESideCoefTable[0]; in LVCS_SEnhancerInit()109 CoeffsSide.A0 = (LVM_FLOAT) pSESideCoefs[Offset].A0; in LVCS_SEnhancerInit()110 CoeffsSide.A1 = (LVM_FLOAT) pSESideCoefs[Offset].A1; in LVCS_SEnhancerInit()111 CoeffsSide.A2 = (LVM_FLOAT) pSESideCoefs[Offset].A2; in LVCS_SEnhancerInit()112 CoeffsSide.B1 = (LVM_FLOAT)-pSESideCoefs[Offset].B1; in LVCS_SEnhancerInit()113 CoeffsSide.B2 = (LVM_FLOAT)-pSESideCoefs[Offset].B2; in LVCS_SEnhancerInit()121 switch(pSESideCoefs[Offset].Scale) in LVCS_SEnhancerInit()