Searched refs:RevLPTaps (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ClearAudioBuffers.cpp | 70 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[3], 2); in LVREV_ClearAudioBuffers() 71 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[2], 2); in LVREV_ClearAudioBuffers() 72 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers() 73 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers() 83 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[1], 2); in LVREV_ClearAudioBuffers() 84 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers() 92 LoadConst_Float(0, (LVM_FLOAT *)&pLVREV_Private->pFastData->RevLPTaps[0], 2); in LVREV_ClearAudioBuffers()
|
D | LVREV_Private.h | 109 Biquad_1I_Order1_FLOAT_Taps_t RevLPTaps[4]; /* Reverb low pass filters taps */ member
|
D | LVREV_ApplyNewSettings.cpp | 276 &pPrivate->pFastData->RevLPTaps[i], &Coeffs); in LVREV_ApplyNewSettings()
|