Searched refs:pFastData (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ClearAudioBuffers.c | 66 …(void *)&pLVREV_Private->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in funct… in LVREV_ClearAudioBuffers() 69 …(void *)&pLVREV_Private->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in funct… in LVREV_ClearAudioBuffers() 74 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers() 75 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers() 76 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers() 77 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers() 88 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers() 89 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers() 97 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
|
D | LVREV_ApplyNewSettings.c | 84 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings() 86 … (void *)&pPrivate->pFastData->HPTaps, /* Destination Cast to void: no dereferencing in function*/ in LVREV_ApplyNewSettings() 117 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coe… in LVREV_ApplyNewSettings() 119 …(void *)&pPrivate->pFastData->LPTaps, /* Destination Cast to void: no dereferencing in func… in LVREV_ApplyNewSettings() 278 …2F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], &pPrivate->pFastData->RevLPTaps[i], &… in LVREV_ApplyNewSettings()
|
D | LVREV_Private.h | 135 LVREV_FastData_st *pFastData; /* Fast data memory base address */ member
|
D | LVREV_GetInstanceHandle.c | 148 …pLVREV_Private->pFastData = InstAlloc_AddMember(&FastData, sizeof(LVREV_FastData_st)); … in LVREV_GetInstanceHandle()
|