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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c44 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams); local
52 if ((pInstance1->Current != pInstance1->Target)||(pInstance2->Current != pInstance2->Target))
54 if(pInstance1->Delta == 0x7FFFFFFF)
56 pInstance1->Current = pInstance1->Target;
57 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part
60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1
[all...]
H A DLVC_MixSoft_2St_D16C31_SAT.c35 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams); local
43 if ((pInstance1->Current == pInstance1->Target)&&(pInstance1->Current == 0)){
49 else if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target))
60 if(pInstance1->Shift!=0)
62 Shift_Sat_v16xv16 ((LVM_INT16)pInstance1->Shift,src1,dst,n);
H A DLVC_Core_MixHard_1St_2i_D16C31_SAT.c41 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance1->PrivateParams); local
45 Current1Short = (LVM_INT16)(pInstance1->Current >> 16);
H A DLVC_Core_MixHard_2St_D16C31_SAT.c39 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance1->PrivateParams); local
43 Current1Short = (LVM_INT16)(pInstance1->Current >> 16);
H A DLVC_Mixer_Private.h63 void LVC_Core_MixHard_2St_D16C31_SAT( LVMixer3_st *pInstance1,
109 void LVC_Core_MixHard_2St_D32C31_SAT( LVMixer3_st *pInstance1,

Completed in 822 milliseconds