Searched refs:pDelayLineInput (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
H A D | LVREV_Process.cpp | 162 LVM_FLOAT* pDelayLineInput = pPrivate->pScratch; in ReverbBlock() local 264 Copy_Float(pTemp, pDelayLineInput, (LVM_INT16)(NumSamples)); 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() 297 Add2_Sat_Float(pPrivate->pScratchDelayLine[3], pDelayLineInput, in ReverbBlock() 317 Add2_Sat_Float(pPrivate->pScratchDelayLine[2], pDelayLineInput, in ReverbBlock() 324 Add2_Sat_Float(pPrivate->pScratchDelayLine[0], pDelayLineInput, in ReverbBlock() 335 Add2_Sat_Float(pPrivate->pScratchDelayLine[0], pDelayLineInput, in ReverbBlock() [all …]
|