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.c45 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); local
52 if ((pInstance1->Current != pInstance1->Target)||(pInstance2->Current != pInstance2->Target))
74 if(pInstance2->Delta == 0x7FFFFFFF)
76 pInstance2->Current = pInstance2->Target;
77 TargetGain=pInstance2->Target>>16; // TargetGain in Q16.15 format, no integer part
80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2
[all...]
H A DLVC_MixSoft_2St_D16C31_SAT.c36 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); local
46 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2->Current == 0)){
49 else if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target))
58 if(pInstance2->Shift!=0)
59 Shift_Sat_v16xv16 ((LVM_INT16)pInstance2->Shift,src2,src2,n);
H A DLVC_Core_MixHard_1St_2i_D16C31_SAT.c42 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); local
46 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
H A DLVC_Core_MixHard_2St_D16C31_SAT.c40 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); local
44 Current2Short = (LVM_INT16)(pInstance2->Current >> 16);
H A DLVC_Mixer_Private.h64 LVMixer3_st *pInstance2,
110 LVMixer3_st *pInstance2,

Completed in 114 milliseconds