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.cpp219 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock()
273 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, pDelayLineInput, in ReverbBlock()
275 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[2], -1.0f, pDelayLineInput, in ReverbBlock()
284 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, pDelayLineInput, in ReverbBlock()
286 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[3], -1.0f, pDelayLineInput, in ReverbBlock()
295 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, pDelayLineInput, in ReverbBlock()
297 Add2_Sat_Float(pPrivate->pScratchDelayLine[3], pDelayLineInput, in ReverbBlock()
304 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[0], -1.0f, pDelayLineInput, in ReverbBlock()
306 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, pDelayLineInput, in ReverbBlock()
315 Mac3s_Sat_Float(pPrivate->pScratchDelayLine[1], -1.0f, pDelayLineInput, in ReverbBlock()
[all …]
DLVREV_GetInstanceHandle.cpp100 pLVREV_Private->pScratchDelayLine[i] = (LVM_FLOAT*)calloc(MaxBlockSize, sizeof(LVM_FLOAT)); in LVREV_GetInstanceHandle()
253 if (pLVREV_Private->pScratchDelayLine[i]) { in LVREV_FreeInstance()
254 free(pLVREV_Private->pScratchDelayLine[i]); in LVREV_FreeInstance()
255 pLVREV_Private->pScratchDelayLine[i] = LVM_NULL; in LVREV_FreeInstance()
DLVREV_Private.h129 LVM_FLOAT* pScratchDelayLine[LVREV_DELAYLINES_4]; /* Delay line scratch memory */ member