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.cpp63 (LVM_FLOAT *)&pLVREV_Private->pFastData->HPTaps, in LVREV_ClearAudioBuffers()
66 (LVM_FLOAT *)&pLVREV_Private->pFastData->LPTaps, in LVREV_ClearAudioBuffers()
70 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers()
71 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers()
72 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers()
73 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
83 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers()
84 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
92 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
DLVREV_ApplyNewSettings.cpp84 &pPrivate->pFastData->HPTaps, &Coeffs); in LVREV_ApplyNewSettings()
86 (LVM_FLOAT *)&pPrivate->pFastData->HPTaps, in LVREV_ApplyNewSettings()
116 &pPrivate->pFastData->LPTaps, &Coeffs); in LVREV_ApplyNewSettings()
118 (LVM_FLOAT *)&pPrivate->pFastData->LPTaps, in LVREV_ApplyNewSettings()
276 &pPrivate->pFastData->RevLPTaps[i], &Coeffs); in LVREV_ApplyNewSettings()
DLVREV_Private.h141 LVREV_FastData_st *pFastData; /* Fast data memory base address */ member
DLVREV_GetInstanceHandle.cpp157 pLVREV_Private->pFastData = (LVREV_FastData_st *) in LVREV_GetInstanceHandle()