HomeSort by relevance Sort by last modified time
    Searched refs:pCoefficients (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Polynomial.c 31 /* 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;
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 45 /* 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->B1 = (LVM_INT16)(B1>>15)
    [all...]
LVEQNB_Private.h 120 PK_C16_Coefs_t *pCoefficients);
124 PK_C32_Coefs_t *pCoefficients);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Filter.h 42 LVM_INT32 *pCoefficients,
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 65 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
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;
152 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance,
LVCS_ReverbGenerator.c 70 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
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;
234 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->ReverbBiquadInstance,
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 33 BP_C16_Coefs_t *pCoefficients);
37 BP_C32_Coefs_t *pCoefficients);
41 BP_C32_Coefs_t *pCoefficients);
412 QPD_C32_Coefs *pCoefficients;
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->B1 = (LVM_INT16)(B1>>15)
    [all...]

Completed in 1179 milliseconds