Searched refs:pCoeffs (Results 1 – 3 of 3) sorted by relevance
73 FO_C32_Coefs_t *pCoeffs) in LVM_FO_LPF() argument89 pCoeffs->B1=-Y; // Store -B1 in filter structure instead of B1! in LVM_FO_LPF()93 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) // Apply loss to avoid overflow in LVM_FO_LPF()94 pCoeffs->A1=pCoeffs->A0; in LVM_FO_LPF()
73 FO_C32_Coefs_t *pCoeffs) in LVM_FO_HPF() argument91 pCoeffs->B1=-Y; /* Store -B1 in filter structure instead of B1!*/ in LVM_FO_HPF()95 MUL32x16INTO32(Y, FILTER_LOSS ,pCoeffs->A0 ,15) /* Apply loss to avoid overflow*/ in LVM_FO_HPF()96 pCoeffs->A1=-pCoeffs->A0; /* Store A1=-A0*/ in LVM_FO_HPF()
48 FO_C32_Coefs_t *pCoeffs);51 FO_C32_Coefs_t *pCoeffs);