OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pCoefficients
(Results
1 - 3
of
3
) sorted by null
/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 640 milliseconds