Home
last modified time | relevance | path

Searched refs:pDelay_T (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ClearAudioBuffers.c89 LoadConst_32(0,pLVREV_Private->pDelay_T[3], (LVM_INT16)LVREV_MAX_T3_DELAY); in LVREV_ClearAudioBuffers()
90 LoadConst_32(0,pLVREV_Private->pDelay_T[2], (LVM_INT16)LVREV_MAX_T2_DELAY); in LVREV_ClearAudioBuffers()
91 LoadConst_32(0,pLVREV_Private->pDelay_T[1], (LVM_INT16)LVREV_MAX_T1_DELAY); in LVREV_ClearAudioBuffers()
92 LoadConst_32(0,pLVREV_Private->pDelay_T[0], (LVM_INT16)LVREV_MAX_T0_DELAY); in LVREV_ClearAudioBuffers()
99 LoadConst_Float(0, pLVREV_Private->pDelay_T[3], LVREV_MAX_T3_DELAY); in LVREV_ClearAudioBuffers()
100 LoadConst_Float(0, pLVREV_Private->pDelay_T[2], LVREV_MAX_T2_DELAY); in LVREV_ClearAudioBuffers()
101 LoadConst_Float(0, pLVREV_Private->pDelay_T[1], LVREV_MAX_T1_DELAY); in LVREV_ClearAudioBuffers()
102 LoadConst_Float(0, pLVREV_Private->pDelay_T[0], LVREV_MAX_T0_DELAY); in LVREV_ClearAudioBuffers()
112 LoadConst_32(0,pLVREV_Private->pDelay_T[1], (LVM_INT16)LVREV_MAX_T1_DELAY); in LVREV_ClearAudioBuffers()
113 LoadConst_32(0,pLVREV_Private->pDelay_T[0], (LVM_INT16)LVREV_MAX_T0_DELAY); in LVREV_ClearAudioBuffers()
[all …]
DLVREV_GetInstanceHandle.c170 …pLVREV_Private->pDelay_T[3] = InstAlloc_AddMember(&FastData, LVREV_MAX_T3_DELAY * sizeof(LVM_… in LVREV_GetInstanceHandle()
171 …pLVREV_Private->pDelay_T[2] = InstAlloc_AddMember(&FastData, LVREV_MAX_T2_DELAY * sizeof(LVM_… in LVREV_GetInstanceHandle()
172 …pLVREV_Private->pDelay_T[1] = InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_I… in LVREV_GetInstanceHandle()
173 …pLVREV_Private->pDelay_T[0] = InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_I… in LVREV_GetInstanceHandle()
180 LoadConst_32(0,pLVREV_Private->pDelay_T[3] ,(LVM_INT16)LVREV_MAX_T3_DELAY); in LVREV_GetInstanceHandle()
181 LoadConst_32(0,pLVREV_Private->pDelay_T[2] ,(LVM_INT16)LVREV_MAX_T2_DELAY); in LVREV_GetInstanceHandle()
182 LoadConst_32(0,pLVREV_Private->pDelay_T[1] ,(LVM_INT16)LVREV_MAX_T1_DELAY); in LVREV_GetInstanceHandle()
183 LoadConst_32(0,pLVREV_Private->pDelay_T[0] ,(LVM_INT16)LVREV_MAX_T0_DELAY); in LVREV_GetInstanceHandle()
188 …pLVREV_Private->pDelay_T[1] = InstAlloc_AddMember(&FastData, LVREV_MAX_T1_DELAY * sizeof(LVM_INT3… in LVREV_GetInstanceHandle()
189 …pLVREV_Private->pDelay_T[0] = InstAlloc_AddMember(&FastData, LVREV_MAX_T0_DELAY * sizeof(LVM_INT3… in LVREV_GetInstanceHandle()
[all …]
DLVREV_Process.c297 Copy_16((LVM_INT16 *)&pPrivate->pDelay_T[j][NumSamples], in ReverbBlock()
298 (LVM_INT16 *)pPrivate->pDelay_T[j], in ReverbBlock()
303 &pPrivate->pDelay_T[j][pPrivate->T[j]-NumSamples], in ReverbBlock()
306 Mac3s_Sat_32x16(&pPrivate->pDelay_T[j][pPrivate->T[j]-NumSamples], in ReverbBlock()
308 &pPrivate->pDelay_T[j][pPrivate->Delay_AP[j]-NumSamples], in ReverbBlock()
312 &pPrivate->pDelay_T[j][pPrivate->Delay_AP[j]-NumSamples], in ReverbBlock()
313 &pPrivate->pDelay_T[j][pPrivate->T[j]-NumSamples], in ReverbBlock()
316 Mac3s_Sat_32x16(&pPrivate->pDelay_T[j][pPrivate->T[j]-NumSamples], in ReverbBlock()
424 (LVM_INT16 *)&pPrivate->pDelay_T[j][pPrivate->T[j]-NumSamples], in ReverbBlock()
602 Copy_Float(&pPrivate->pDelay_T[j][NumSamples], in ReverbBlock()
[all …]
DLVREV_Private.h196 LVM_INT32 *pDelay_T[4]; /* Pointer to delay buffers */ member
268 LVM_FLOAT *pDelay_T[4]; /* Pointer to delay buffers */
DLVREV_ApplyNewSettings.c191 … pPrivate->pOffsetB[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - Temp - APDelaySize]; in LVREV_ApplyNewSettings()
199 … pPrivate->pOffsetA[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - Temp - APDelaySize]; in LVREV_ApplyNewSettings()
753 pPrivate->pOffsetB[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - \ in LVREV_ApplyNewSettings()
762 pPrivate->pOffsetA[i] = &pPrivate->pDelay_T[i][pPrivate->T[i] - \ in LVREV_ApplyNewSettings()