Searched refs:pDelay_T (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_Process.cpp | 229 Copy_Float(&pPrivate->pDelay_T[j][NumSamples], pPrivate->pDelay_T[j], in ReverbBlock() 233 &pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], in ReverbBlock() 236 Mac3s_Sat_Float(&pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], in ReverbBlock() 238 &pPrivate->pDelay_T[j][pPrivate->Delay_AP[j] - NumSamples], in ReverbBlock() 242 &pPrivate->pDelay_T[j][pPrivate->Delay_AP[j] - NumSamples], in ReverbBlock() 243 &pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], in ReverbBlock() 246 Mac3s_Sat_Float(&pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], 1.0f, pDelayLine, in ReverbBlock() 346 Copy_Float(pDelayLineInput, &pPrivate->pDelay_T[j][pPrivate->T[j] - NumSamples], in ReverbBlock()
|
D | LVREV_ClearAudioBuffers.cpp | 63 memset(pLVREV_Private->pDelay_T[i], 0, LVREV_MAX_T_DELAY[i] * in LVREV_ClearAudioBuffers() 64 sizeof(pLVREV_Private->pDelay_T[i][0])); in LVREV_ClearAudioBuffers()
|
D | LVREV_GetInstanceHandle.cpp | 98 pLVREV_Private->pDelay_T[i] = (LVM_FLOAT*)calloc(LVREV_MAX_T_DELAY[i], sizeof(LVM_FLOAT)); in LVREV_GetInstanceHandle() 164 pLVREV_Private->pOffsetA[i] = pLVREV_Private->pDelay_T[i]; in LVREV_GetInstanceHandle() 165 pLVREV_Private->pOffsetB[i] = pLVREV_Private->pDelay_T[i]; in LVREV_GetInstanceHandle() 249 if (pLVREV_Private->pDelay_T[i]) { in LVREV_FreeInstance() 250 free(pLVREV_Private->pDelay_T[i]); in LVREV_FreeInstance() 251 pLVREV_Private->pDelay_T[i] = LVM_NULL; in LVREV_FreeInstance()
|
D | LVREV_Private.h | 140 LVM_FLOAT* pDelay_T[LVREV_DELAYLINES_4]; /* Pointer to delay buffers */ member
|
D | LVREV_ApplyNewSettings.cpp | 162 pPrivate->pOffsetB[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - Temp - APDelaySize]; in LVREV_ApplyNewSettings() 168 pPrivate->pOffsetA[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - Temp - APDelaySize]; in LVREV_ApplyNewSettings()
|