Searched defs:pCoefficients (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Polynomial.c31 /* LVM_INT32 *pCoefficients, */
37 /* pCoefficients is the ptr to polynomial coefficients A0,A1.. in Q.31 */
45 LVM_INT32 *pCoefficients,
51 Y=*pCoefficients; /* Y=A0*/
52 pCoefficients++;
60 Y+=((*pCoefficients)*sign);
61 pCoefficients++;
72 A=*pCoefficients;
73 pCoefficients++;
82 A=*pCoefficients;
44 LVM_Polynomial(LVM_UINT16 N, LVM_INT32 *pCoefficients, LVM_INT32 X) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Equaliser.c65 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; local
94 BQ_2I_D16F32Css_TRC_WRA_01_Init(&pCoefficients->EqualiserBiquadInstance,
143 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; local
152 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance,
H A DLVCS_ReverbGenerator.c70 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; local
111 BQ_2I_D16F16Css_TRC_WRA_01_Init(&pCoefficients->ReverbBiquadInstance,
191 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; local
234 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->ReverbBiquadInstance,
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_CalcCoef.c45 /* pCoefficients Pointer to the coefficients */
82 PK_C32_Coefs_t *pCoefficients)
163 pCoefficients->A0 = A0;
164 pCoefficients->B1 = B1;
165 pCoefficients->B2 = B2;
166 pCoefficients->G = LVEQNB_GainTable[Gain+15];
183 /* pCoefficients Pointer to the coefficients */
211 PK_C16_Coefs_t *pCoefficients)
290 pCoefficients->A0 = (LVM_INT16)(A0>>16);
291 pCoefficients
80 LVEQNB_DoublePrecCoefs(LVM_UINT16 Fs, LVEQNB_BandDef_t *pFilterDefinition, PK_C32_Coefs_t *pCoefficients) argument
209 LVEQNB_SinglePrecCoefs(LVM_UINT16 Fs, LVEQNB_BandDef_t *pFilterDefinition, PK_C16_Coefs_t *pCoefficients) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A 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; local
416 pCoefficients = &LVPSA_QPD_Coefs[(pParams->LevelDetectionSpeed * LVPSA_NR_SUPPORTED_RATE) + Fs];
423 pCoefficients );
440 /* pCoefficients Pointer to the coefficients */
465 BP_C16_Coefs_t *pCoefficients)
537 pCoefficients->A0 = (LVM_INT16)(A0>>16);
538 pCoefficients
463 LVPSA_BPSinglePrecCoefs( LVM_UINT16 Fs, LVPSA_FilterParam_t *pFilterParams, BP_C16_Coefs_t *pCoefficients) argument
587 LVPSA_BPDoublePrecCoefs( LVM_UINT16 Fs, LVPSA_FilterParam_t *pFilterParams, BP_C32_Coefs_t *pCoefficients) argument
[all...]

Completed in 981 milliseconds