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
186
LVREV_FastCoef_st *
pFastCoef
; /* Fast coefficient memory base address */
255
LVREV_FastCoef_st *
pFastCoef
; /* Fast coefficient memory base address */
LVREV_Process.c
267
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->HPCoefs,
274
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->LPCoefs,
329
FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->
pFastCoef
->RevLPCoefs[j],
571
FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->
pFastCoef
->HPCoefs,
578
FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->
pFastCoef
->LPCoefs,
634
FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->
pFastCoef
->RevLPCoefs[j],
LVREV_ApplyNewSettings.c
85
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->HPCoefs, &pPrivate->pFastData->HPTaps, &Coeffs);
118
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->LPCoefs, &pPrivate->pFastData->LPTaps, &Coeffs);
279
FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->
pFastCoef
->RevLPCoefs[i], &pPrivate->pFastData->RevLPTaps[i], &Coeffs);
638
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->HPCoefs,
672
FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->
pFastCoef
->LPCoefs,
846
FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->
pFastCoef
->RevLPCoefs[i],
[
all
...]
LVREV_GetInstanceHandle.c
280
pLVREV_Private->
pFastCoef
= InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); /* Fast coefficient memory base address */
Completed in 194 milliseconds