Searched refs:pInstance2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c46 Mix_Private_FLOAT_st *pInstance2 = \ local
54 if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target))
77 if(pInstance2->Delta == 1.0f)
79 pInstance2->Current = pInstance2->Target;
80 TargetGain = pInstance2->Target;
83 else if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2
176 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); local
[all...]
H A DLVC_MixSoft_2St_D16C31_SAT.c37 Mix_Private_FLOAT_st *pInstance2 = \ local
49 else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)){
54 (pInstance2->Current != pInstance2->Target))
78 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); local
88 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2
[all...]
H A DLVC_Core_MixHard_2St_D16C31_SAT.c40 Mix_Private_FLOAT_st *pInstance2 = (Mix_Private_FLOAT_st *)(ptrInstance2->PrivateParams); local
44 Current2 = (pInstance2->Current);
70 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); local
74 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
H A DLVC_Core_MixHard_1St_2i_D16C31_SAT.c40 Mix_Private_FLOAT_st *pInstance2 = (Mix_Private_FLOAT_st *)(ptrInstance2->PrivateParams); local
51 Temp = ((LVM_FLOAT)*(src++) * (LVM_FLOAT)pInstance2->Current);
74 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); local
78 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
H A DLVC_Mixer_Private.h84 LVMixer3_FLOAT_st *pInstance2,
91 LVMixer3_st *pInstance2,
151 LVMixer3_st *pInstance2,

Completed in 64 milliseconds