OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFastCoef
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h
136
LVREV_FastCoef_st *
pFastCoef
; /* Fast coefficient memory base address */
LVREV_Process.c
242
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->HPCoefs,
249
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->LPCoefs,
304
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->RevLPCoefs[j],
LVREV_ApplyNewSettings.c
84
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->HPCoefs, &pPrivate->pFastData->HPTaps, &Coeffs);
117
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->LPCoefs, &pPrivate->pFastData->LPTaps, &Coeffs);
278
FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->
pFastCoef
->RevLPCoefs[i], &pPrivate->pFastData->RevLPTaps[i], &Coeffs);
LVREV_GetInstanceHandle.c
202
pLVREV_Private->
pFastCoef
= InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); /* Fast coefficient memory base address */
Completed in 479 milliseconds