Searched refs:QFactor (Results 1 – 12 of 12) sorted by relevance
129 LVM_FLOAT QFactor = (LVM_FLOAT)pFilterDefinition->QFactor / 100.0f; in LVEQNB_SinglePrecCoefs() local156 B2 = -0.5 * (2 * QFactor - D * T0) / (2 * QFactor + D * T0); in LVEQNB_SinglePrecCoefs()
145 LVM_INT16 QFactor; /* Filter Q factor */ in LVEQNB_SetFilters() local155 QFactor = (LVM_INT16)pParams->pBandDefinition[i].QFactor; /* Get the band Q factor */ in LVEQNB_SetFilters()327 … (pInstance->pBandDefinitions[i].QFactor != pParams->pBandDefinition[i].QFactor )) in LVEQNB_Control()
263 …LVM_INT16 QFactor; /* Filter Q factor… in LVPSA_SetBPFiltersType() local271 …QFactor =(LVM_INT16) pInst->pFiltersParams[ii].QFactor; /* Get the band Q facto… in LVPSA_SetBPFiltersType()286 … if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300)) in LVPSA_SetBPFiltersType()475 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPSinglePrecCoefs() local489 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()490 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()593 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPDoublePrecCoefs() local607 B2_Den = QFactor + Dt0; in LVPSA_BPDoublePrecCoefs()608 B2_Num = Dt0 - QFactor; in LVPSA_BPDoublePrecCoefs()
94 (pInitParams->pFiltersParams[ii].QFactor < LVPSA_MINQFACTOR) || in LVPSA_Memory()95 (pInitParams->pFiltersParams[ii].QFactor > LVPSA_MAXQFACTOR)) in LVPSA_Memory()
79 (pInitParams->pFiltersParams[ii].QFactor < LVPSA_MINQFACTOR) || in LVPSA_Init()80 (pInitParams->pFiltersParams[ii].QFactor > LVPSA_MAXQFACTOR)) in LVPSA_Init()
60 …LVM_UINT16 QFactor; /* Quality factor of the filter … member
243 LVM_UINT16 QFactor; /* Band quality factor */ member
239 LVM_UINT16 QFactor; /* Band quality factor (x100) */ member
158 ((pParams->pEQNB_BandDefinition[i].QFactor < LVM_EQNB_MIN_QFACTOR) || in LVM_SetControlParameters()159 (pParams->pEQNB_BandDefinition[i].QFactor > LVM_EQNB_MAX_QFACTOR))) in LVM_SetControlParameters()
394 FiltersParams[i].QFactor = (LVM_UINT16) 25; in LVM_GetMemoryTable()919 FiltersParams[i].QFactor = (LVM_UINT16) 100; in LVM_GetInstanceHandle()
376 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()578 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in lvmControl()
639 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()795 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()