Searched refs:pCoefficients (Results 1 – 7 of 7) sorted by relevance
45 LVM_INT32 *pCoefficients, in LVM_Polynomial() argument51 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()
82 PK_C32_Coefs_t *pCoefficients) in LVEQNB_DoublePrecCoefs() argument163 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() argument290 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()
120 PK_C16_Coefs_t *pCoefficients);124 PK_C32_Coefs_t *pCoefficients);
33 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() local416 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() argument537 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 …]
65 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMR… in LVCS_EqualiserInit() local94 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() local152 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance, in LVCS_Equaliser()
70 …LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_… in LVCS_ReverbGeneratorInit() local111 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() local234 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->ReverbBiquadInstance, in LVCS_ReverbGenerator()
42 LVM_INT32 *pCoefficients,