Home
last modified time | relevance | path

Searched refs:pCoefficients (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVM_Polynomial.c45 LVM_INT32 *pCoefficients, in LVM_Polynomial() argument
51 Y=*pCoefficients; /* Y=A0*/ in LVM_Polynomial()
52 pCoefficients++; in LVM_Polynomial()
60 Y+=((*pCoefficients)*sign); in LVM_Polynomial()
61 pCoefficients++; in LVM_Polynomial()
72 A=*pCoefficients; in LVM_Polynomial()
73 pCoefficients++; in LVM_Polynomial()
82 A=*pCoefficients; in LVM_Polynomial()
83 pCoefficients++; in LVM_Polynomial()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_CalcCoef.c82 PK_C32_Coefs_t *pCoefficients) in LVEQNB_DoublePrecCoefs() argument
163 pCoefficients->A0 = A0; in LVEQNB_DoublePrecCoefs()
164 pCoefficients->B1 = B1; in LVEQNB_DoublePrecCoefs()
165 pCoefficients->B2 = B2; in LVEQNB_DoublePrecCoefs()
166 pCoefficients->G = LVEQNB_GainTable[Gain+15]; in LVEQNB_DoublePrecCoefs()
211 PK_C16_Coefs_t *pCoefficients) in LVEQNB_SinglePrecCoefs() argument
290 pCoefficients->A0 = (LVM_INT16)(A0>>16); in LVEQNB_SinglePrecCoefs()
291 pCoefficients->B1 = (LVM_INT16)(B1>>15); in LVEQNB_SinglePrecCoefs()
292 pCoefficients->B2 = (LVM_INT16)(B2>>16); in LVEQNB_SinglePrecCoefs()
293 pCoefficients->G = LVEQNB_GainTable[Gain+15]; in LVEQNB_SinglePrecCoefs()
DLVEQNB_Private.h120 PK_C16_Coefs_t *pCoefficients);
124 PK_C32_Coefs_t *pCoefficients);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.c33 BP_C16_Coefs_t *pCoefficients);
37 BP_C32_Coefs_t *pCoefficients);
41 BP_C32_Coefs_t *pCoefficients);
412 QPD_C32_Coefs *pCoefficients; in LVPSA_SetQPFCoefficients() local
416 pCoefficients = &LVPSA_QPD_Coefs[(pParams->LevelDetectionSpeed * LVPSA_NR_SUPPORTED_RATE) + Fs]; in LVPSA_SetQPFCoefficients()
423 pCoefficients ); in LVPSA_SetQPFCoefficients()
465 BP_C16_Coefs_t *pCoefficients) in LVPSA_BPSinglePrecCoefs() argument
537 pCoefficients->A0 = (LVM_INT16)(A0>>16); in LVPSA_BPSinglePrecCoefs()
538 pCoefficients->B1 = (LVM_INT16)(B1>>15); in LVPSA_BPSinglePrecCoefs()
539 pCoefficients->B2 = (LVM_INT16)(B2>>16); in LVPSA_BPSinglePrecCoefs()
[all …]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Equaliser.c65 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_EqualiserInit() local
94 BQ_2I_D16F32Css_TRC_WRA_01_Init(&pCoefficients->EqualiserBiquadInstance, in LVCS_EqualiserInit()
143 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_Equaliser() local
152 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance, in LVCS_Equaliser()
DLVCS_ReverbGenerator.c70 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGeneratorInit() local
111 BQ_2I_D16F16Css_TRC_WRA_01_Init(&pCoefficients->ReverbBiquadInstance, in LVCS_ReverbGeneratorInit()
191 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGenerator() local
234 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->ReverbBiquadInstance, in LVCS_ReverbGenerator()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DFilter.h42 LVM_INT32 *pCoefficients,