Searched refs:QFactor (Results 1 – 11 of 11) sorted by relevance
95 LVM_UINT16 QFactor = pFilterDefinition->QFactor; in LVEQNB_DoublePrecCoefs() local131 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_DoublePrecCoefs()132 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_DoublePrecCoefs()225 LVM_UINT16 QFactor = pFilterDefinition->QFactor; in LVEQNB_SinglePrecCoefs() local262 B2_Den = ((LVM_INT32)QFactor << 19) + (Dt0 >> 2); in LVEQNB_SinglePrecCoefs()263 B2_Num = (Dt0 >> 3) - ((LVM_INT32)QFactor << 18); in LVEQNB_SinglePrecCoefs()
148 LVM_INT16 QFactor; /* Filter Q factor */ in LVEQNB_SetFilters() local159 QFactor = (LVM_INT16)pParams->pBandDefinition[i].QFactor; /* Get the band Q factor */ in LVEQNB_SetFilters()173 else if (((fc << 15) <= (HIGH_FREQ * fs)) && (QFactor > 300)) in LVEQNB_SetFilters()380 … (pInstance->pBandDefinitions[i].QFactor != pParams->pBandDefinition[i].QFactor )) in LVEQNB_Control()
275 …LVM_INT16 QFactor; /* Filter Q factor… in LVPSA_SetBPFiltersType() local283 …QFactor =(LVM_INT16) pInst->pFiltersParams[ii].QFactor; /* Get the band Q facto… in LVPSA_SetBPFiltersType()299 … if (((LOW_FREQ * fs) < (fc << 15)) && ((fc << 15) < (HIGH_FREQ * fs)) && (QFactor > 300)) in LVPSA_SetBPFiltersType()494 LVM_UINT16 QFactor = pFilterParams->QFactor; in LVPSA_BPSinglePrecCoefs() local509 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPSinglePrecCoefs()510 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPSinglePrecCoefs()616 LVM_UINT16 QFactor = pFilterParams->QFactor; in LVPSA_BPDoublePrecCoefs() local631 B2_Den = (LVM_INT32)(((LVM_UINT32)QFactor << 19) + (LVM_UINT32)(Dt0 >> 2)); in LVPSA_BPDoublePrecCoefs()632 B2_Num = (LVM_INT32)((LVM_UINT32)(Dt0 >> 3) - ((LVM_UINT32)QFactor << 18)); in LVPSA_BPDoublePrecCoefs()
97 (pInitParams->pFiltersParams[ii].QFactor < LVPSA_MINQFACTOR) || in LVPSA_Memory()98 (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()
66 …LVM_UINT16 QFactor; /* Quality factor of the filter … member
247 LVM_UINT16 QFactor; /* Band quality factor */ member
248 LVM_UINT16 QFactor; /* Band quality factor (x100) */ member
145 ((pParams->pEQNB_BandDefinition[i].QFactor < LVM_EQNB_MIN_QFACTOR) || in LVM_SetControlParameters()146 (pParams->pEQNB_BandDefinition[i].QFactor > LVM_EQNB_MAX_QFACTOR))) in LVM_SetControlParameters()
320 FiltersParams[i].QFactor = (LVM_UINT16) 25; in LVM_GetMemoryTable()842 FiltersParams[i].QFactor = (LVM_UINT16) 100; in LVM_GetInstanceHandle()
637 BandDefs[i].QFactor = EQNB_5BandPresetsQFactors[i]; in LvmBundle_init()802 ActiveParams.pEQNB_BandDefinition[i].QFactor = EQNB_5BandPresetsQFactors[i]; in EqualizerUpdateActiveParams()