Searched refs:pDelayLine (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_Process.cpp | 161 LVM_FLOAT* pDelayLine; in ReverbBlock() local 219 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock() 226 pPrivate->pOffsetB[j], pDelayLine, (LVM_INT16)NumSamples); in ReverbBlock() 232 MixSoft_1St_D32C31_WRA(&pPrivate->Mixer_SGFeedback[j], pDelayLine, in ReverbBlock() 246 Mac3s_Sat_Float(&pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], 1.0f, pDelayLine, in ReverbBlock() 252 MixSoft_1St_D32C31_WRA(&pPrivate->FeedbackMixer[j], pDelayLine, pDelayLine, NumSamples); in ReverbBlock() 257 pPrivate->revLPFBiquad[j]->process(pDelayLine, pDelayLine, NumSamples); in ReverbBlock()
|