Searched refs:QFactor (Results 1 – 10 of 10) sorted by relevance
126 LVM_FLOAT QFactor = (LVM_FLOAT)pFilterDefinition->QFactor / 100.0f; in LVEQNB_SinglePrecCoefs() local150 B2 = -0.5 * (2 * QFactor - D * T0) / (2 * QFactor + D * T0); in LVEQNB_SinglePrecCoefs()
295 (pInstance->pBandDefinitions[i].QFactor != pParams->pBandDefinition[i].QFactor)) { in LVEQNB_Control()
241 LVM_INT16 QFactor; /* Filter Q factor */ in LVPSA_SetBPFiltersType() local249 QFactor = (LVM_INT16)pInst->pFiltersParams[ii].QFactor; /* Get the band Q factor */ in LVPSA_SetBPFiltersType()263 (QFactor > 300)) { in LVPSA_SetBPFiltersType()440 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPSinglePrecCoefs() local451 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()452 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()550 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPDoublePrecCoefs() local561 B2_Den = QFactor + Dt0; in LVPSA_BPDoublePrecCoefs()562 B2_Num = Dt0 - QFactor; in LVPSA_BPDoublePrecCoefs()
39 LVM_UINT16 QFactor; /* Quality factor of the filter (in 1/100) */ member
199 LVM_UINT16 QFactor; /* Band quality factor */ member
195 LVM_UINT16 QFactor; /* Band quality factor (x100) */ member
281 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()432 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in lvmControl()
139 ((pParams->pEQNB_BandDefinition[i].QFactor < LVM_EQNB_MIN_QFACTOR) || in LVM_SetControlParameters()140 (pParams->pEQNB_BandDefinition[i].QFactor > LVM_EQNB_MAX_QFACTOR))) { in LVM_SetControlParameters()
390 FiltersParams[i].QFactor = (LVM_UINT16)100; in LVM_GetInstanceHandle()
553 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()699 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()