Home
last modified time | relevance | path

Searched refs:pScratchDelayLine (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Process.cpp254 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock()
323 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, in ReverbBlock()
325 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[2], -1.0f, in ReverbBlock()
334 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, in ReverbBlock()
336 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[3], -1.0f, in ReverbBlock()
346 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, in ReverbBlock()
348 Add2_Sat_Float(pPrivate->pScratchDelayLine[3], pDelayLineInput, in ReverbBlock()
357 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, in ReverbBlock()
359 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, in ReverbBlock()
370 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, in ReverbBlock()
[all …]
DLVREV_GetInstanceHandle.cpp177 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT *)InstAlloc_AddMember(&Temporary, in LVREV_GetInstanceHandle()
200 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT *)InstAlloc_AddMember(&Temporary, in LVREV_GetInstanceHandle()
217 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT *)InstAlloc_AddMember(&Temporary, in LVREV_GetInstanceHandle()
DLVREV_Private.h143 LVM_FLOAT *pScratchDelayLine[4]; /* Delay line scratch memory */ member