Searched refs:pCoeffs (Results 1 – 3 of 3) sorted by relevance
70 LVM_FLOAT LVM_FO_LPF(LVM_FLOAT w, FO_FLOAT_Coefs_t* pCoeffs) { in LVM_FO_LPF() argument75 pCoeffs->B1 = -Y; // Store -B1 in filter structure instead of B1! in LVM_FO_LPF()80 pCoeffs->A0 = Y * FILTER_LOSS_FLOAT; in LVM_FO_LPF()81 pCoeffs->A1 = pCoeffs->A0; in LVM_FO_LPF()
70 LVM_FLOAT LVM_FO_HPF(LVM_FLOAT w, FO_FLOAT_Coefs_t* pCoeffs) { in LVM_FO_HPF() argument76 pCoeffs->B1 = -Y; /* Store -B1 in filter structure instead of B1!*/ in LVM_FO_HPF()81 pCoeffs->A0 = Y * FILTER_LOSS_FLOAT; /* Apply loss to avoid overflow*/ in LVM_FO_HPF()82 pCoeffs->A1 = -pCoeffs->A0; /* Store A1=-A0*/ in LVM_FO_HPF()
41 LVM_FLOAT LVM_FO_LPF(LVM_FLOAT w, FO_FLOAT_Coefs_t* pCoeffs);43 LVM_FLOAT LVM_FO_HPF(LVM_FLOAT w, FO_FLOAT_Coefs_t* pCoeffs);