Home
last modified time | relevance | path

Searched refs:pFastData (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ClearAudioBuffers.c66 (void *)&pLVREV_Private->pFastData->HPTaps, /* Destination Cast to void: \ in LVREV_ClearAudioBuffers()
70 (void *)&pLVREV_Private->pFastData->LPTaps, /* Destination Cast to void: \ in LVREV_ClearAudioBuffers()
75 …(void *)&pLVREV_Private->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in funct… in LVREV_ClearAudioBuffers()
78 …(void *)&pLVREV_Private->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in funct… in LVREV_ClearAudioBuffers()
84 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers()
85 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers()
86 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers()
87 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
94 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers()
95 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers()
[all …]
DLVREV_Private.h185 LVREV_FastData_st *pFastData; /* Fast data memory base address */ member
254 LVREV_FastData_st *pFastData; /* Fast data memory base address */
DLVREV_ApplyNewSettings.c85 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings()
87 … (void *)&pPrivate->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in function*/ in LVREV_ApplyNewSettings()
118 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coe… in LVREV_ApplyNewSettings()
120 …(void *)&pPrivate->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in func… in LVREV_ApplyNewSettings()
279 …2F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], &pPrivate->pFastData->RevLPTaps[i], &… in LVREV_ApplyNewSettings()
639 &pPrivate->pFastData->HPTaps, &Coeffs); in LVREV_ApplyNewSettings()
641 (void *)&pPrivate->pFastData->HPTaps, /* Destination Cast to void: \ in LVREV_ApplyNewSettings()
673 &pPrivate->pFastData->LPTaps, &Coeffs); in LVREV_ApplyNewSettings()
675 (void *)&pPrivate->pFastData->LPTaps, /* Destination Cast to void: \ in LVREV_ApplyNewSettings()
847 &pPrivate->pFastData->RevLPTaps[i], &Coeffs); in LVREV_ApplyNewSettings()
DLVREV_GetInstanceHandle.c166 …pLVREV_Private->pFastData = InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); … in LVREV_GetInstanceHandle()