Searched refs:LoadConst_32 (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ClearAudioBuffers.c | 74 LoadConst_32(0, in LVREV_ClearAudioBuffers() 77 LoadConst_32(0, in LVREV_ClearAudioBuffers() 84 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers() 85 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers() 86 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers() 87 LoadConst_32(0, (LVM_INT32 *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers() 89 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() [all …]
|
D | LVREV_GetInstanceHandle.c | 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() 196 LoadConst_32(0,pLVREV_Private->pDelay_T[1] , (LVM_INT16)LVREV_MAX_T1_DELAY); in LVREV_GetInstanceHandle() 197 LoadConst_32(0,pLVREV_Private->pDelay_T[0] , (LVM_INT16)LVREV_MAX_T0_DELAY); in LVREV_GetInstanceHandle() 209 LoadConst_32(0,pLVREV_Private->pDelay_T[0] , (LVM_INT16)LVREV_MAX_T0_DELAY); in LVREV_GetInstanceHandle() 284 LoadConst_32(0, pLVREV_Private->pInputSave, (LVM_INT16)(MaxBlockSize*2)); in LVREV_GetInstanceHandle()
|
D | LVREV_ApplyNewSettings.c | 86 LoadConst_32(0, in LVREV_ApplyNewSettings() 119 LoadConst_32(0, in LVREV_ApplyNewSettings()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LoadConst_32.c | 43 void LoadConst_32(const LVM_INT32 val, in LoadConst_32() function
|
D | MixSoft_1St_D32C31_WRA.c | 131 LoadConst_32(0, dst, n); in MixSoft_1St_D32C31_WRA()
|
/frameworks/av/media/libeffects/lvm/lib/ |
D | Android.bp | 79 "Common/src/LoadConst_32.c", 173 "Common/src/LoadConst_32.c",
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
D | VectorArithmetic.h | 41 void LoadConst_32( const LVM_INT32 val,
|