Searched refs:QFactor (Results 1 – 12 of 12) sorted by relevance
98 LVM_UINT16 QFactor = pFilterDefinition->QFactor; in LVEQNB_DoublePrecCoefs() local134 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_DoublePrecCoefs()135 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_DoublePrecCoefs()228 LVM_FLOAT QFactor = (LVM_FLOAT)pFilterDefinition->QFactor / 100.0f; in LVEQNB_SinglePrecCoefs() local256 B2 = -0.5 * (2 * QFactor - D * T0) / (2 * QFactor + D * T0); in LVEQNB_SinglePrecCoefs()288 LVM_UINT16 QFactor = pFilterDefinition->QFactor; in LVEQNB_SinglePrecCoefs() local325 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_SinglePrecCoefs()326 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_SinglePrecCoefs()
152 LVM_INT16 QFactor; /* Filter Q factor */ in LVEQNB_SetFilters() local163 QFactor = (LVM_INT16)pParams->pBandDefinition[i].QFactor; /* Get the band Q factor */ in LVEQNB_SetFilters()181 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) in LVEQNB_SetFilters()424 … (pInstance->pBandDefinitions[i].QFactor != pParams->pBandDefinition[i].QFactor )) in LVEQNB_Control()
291 …LVM_INT16 QFactor; /* Filter Q factor… in LVPSA_SetBPFiltersType() local299 …QFactor =(LVM_INT16) pInst->pFiltersParams[ii].QFactor; /* Get the band Q facto… in LVPSA_SetBPFiltersType()315 … if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300)) in LVPSA_SetBPFiltersType()557 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPSinglePrecCoefs() local571 B2_Den = QFactor + Dt0; in LVPSA_BPSinglePrecCoefs()572 B2_Num = Dt0 - QFactor; in LVPSA_BPSinglePrecCoefs()637 LVM_UINT16 QFactor = pFilterParams->QFactor; in LVPSA_BPSinglePrecCoefs() local652 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPSinglePrecCoefs()653 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPSinglePrecCoefs()760 LVM_FLOAT QFactor = ((LVM_FLOAT)(pFilterParams->QFactor)) / 100; in LVPSA_BPDoublePrecCoefs() local[all …]
97 (pInitParams->pFiltersParams[ii].QFactor < LVPSA_MINQFACTOR) || in LVPSA_Memory()98 (pInitParams->pFiltersParams[ii].QFactor > LVPSA_MAXQFACTOR)) in LVPSA_Memory()
83 (pInitParams->pFiltersParams[ii].QFactor < LVPSA_MINQFACTOR) || in LVPSA_Init()84 (pInitParams->pFiltersParams[ii].QFactor > LVPSA_MAXQFACTOR)) in LVPSA_Init()
66 …LVM_UINT16 QFactor; /* Quality factor of the filter … member
262 LVM_UINT16 QFactor; /* Band quality factor */ member
248 LVM_UINT16 QFactor; /* Band quality factor (x100) */ member
376 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()582 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in lvmControl()
166 ((pParams->pEQNB_BandDefinition[i].QFactor < LVM_EQNB_MIN_QFACTOR) || in LVM_SetControlParameters()167 (pParams->pEQNB_BandDefinition[i].QFactor > LVM_EQNB_MAX_QFACTOR))) in LVM_SetControlParameters()
412 FiltersParams[i].QFactor = (LVM_UINT16) 25; in LVM_GetMemoryTable()995 FiltersParams[i].QFactor = (LVM_UINT16) 100; in LVM_GetInstanceHandle()
671 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()951 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()