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_FLOAT *pCoefficients,
51 Y = *pCoefficients; /* Y=A0*/
52 pCoefficients++;
60 Y += ((*pCoefficients) * sign);
61 pCoefficients++;
72 A = *pCoefficients;
73 pCoefficients++;
86 LVM_INT32 *pCoefficients,
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Equaliser.c 65 LVCS_Coefficient_t *pCoefficients;
72 pCoefficients = (LVCS_Coefficient_t *) \
100 BQ_2I_D16F32Css_TRC_WRA_01_Init(&pCoefficients->EqualiserBiquadInstance,
130 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
159 BQ_2I_D16F32Css_TRC_WRA_01_Init(&pCoefficients->EqualiserBiquadInstance,
208 LVCS_Coefficient_t *pCoefficients;
211 pCoefficients = (LVCS_Coefficient_t *) \
222 &pCoefficients->EqualiserBiquadInstance,
238 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
247 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->EqualiserBiquadInstance
    [all...]
LVCS_ReverbGenerator.c 70 LVCS_Coefficient_t *pCoefficients;
78 pCoefficients = (LVCS_Coefficient_t *) \
120 BQ_2I_D16F16Css_TRC_WRA_01_Init(&pCoefficients->ReverbBiquadInstance,
161 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
202 BQ_2I_D16F16Css_TRC_WRA_01_Init(&pCoefficients->ReverbBiquadInstance,
282 LVCS_Coefficient_t *pCoefficients;
285 pCoefficients = (LVCS_Coefficient_t *)\
331 (pConfig->pBiquadCallBack)((Biquad_FLOAT_Instance_t*)&pCoefficients->ReverbBiquadInstance,
366 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
409 (pConfig->pBiquadCallBack)((Biquad_Instance_t*)&pCoefficients->ReverbBiquadInstance
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 47 /* pCoefficients Pointer to the coefficients */
85 PK_C32_Coefs_t *pCoefficients)
166 pCoefficients->A0 = A0;
167 pCoefficients->B1 = B1;
168 pCoefficients->B2 = B2;
169 pCoefficients->G = LVEQNB_GainTable[Gain+15];
186 /* pCoefficients Pointer to the coefficients */
214 PK_FLOAT_Coefs_t *pCoefficients)
264 pCoefficients->A0 = 2 * A0;
265 pCoefficients->B1 = 2 * B1
    [all...]
LVEQNB_Private.h 142 PK_FLOAT_Coefs_t *pCoefficients);
146 PK_C16_Coefs_t *pCoefficients);
150 PK_C32_Coefs_t *pCoefficients);
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Filter.h 47 LVM_FLOAT *pCoefficients,
63 LVM_INT32 *pCoefficients,
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 34 BP_FLOAT_Coefs_t *pCoefficients);
38 BP_FLOAT_Coefs_t *pCoefficients);
42 BP_C16_Coefs_t *pCoefficients);
46 BP_C32_Coefs_t *pCoefficients);
50 BP_C32_Coefs_t *pCoefficients);
462 QPD_C32_Coefs *pCoefficients;
465 pCoefficients = &LVPSA_QPD_Coefs[(pParams->LevelDetectionSpeed * LVPSA_NR_SUPPORTED_RATE) + Fs];
467 QPD_FLOAT_Coefs *pCoefficients;
470 pCoefficients = &LVPSA_QPD_Float_Coefs[(pParams->LevelDetectionSpeed * \
480 pCoefficients );
    [all...]

Completed in 101 milliseconds