Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_1St_2i_D16C31_SAT.c45 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); in LVC_MixSoft_1St_2i_D16C31_SAT() local
52 if ((pInstance1->Current != pInstance1->Target)||(pInstance2->Current != pInstance2->Target)) in LVC_MixSoft_1St_2i_D16C31_SAT()
74 if(pInstance2->Delta == 0x7FFFFFFF) in LVC_MixSoft_1St_2i_D16C31_SAT()
76 pInstance2->Current = pInstance2->Target; in LVC_MixSoft_1St_2i_D16C31_SAT()
77 TargetGain=pInstance2->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
82pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equ… in LVC_MixSoft_1St_2i_D16C31_SAT()
83 TargetGain=pInstance2->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
105 if (((pInstance1->Target>>16) == 0x7FFF)&&((pInstance2->Target>>16) == 0x7FFF)) in LVC_MixSoft_1St_2i_D16C31_SAT()
138 if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
[all …]
DLVC_MixSoft_2St_D16C31_SAT.c36 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams); in LVC_MixSoft_2St_D16C31_SAT() local
46 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2->Current == 0)){ in LVC_MixSoft_2St_D16C31_SAT()
49 …else if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target… in LVC_MixSoft_2St_D16C31_SAT()
58 if(pInstance2->Shift!=0) in LVC_MixSoft_2St_D16C31_SAT()
59 Shift_Sat_v16xv16 ((LVM_INT16)pInstance2->Shift,src2,src2,n); in LVC_MixSoft_2St_D16C31_SAT()
DLVC_Core_MixHard_2St_D16C31_SAT.c40 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); in LVC_Core_MixHard_2St_D16C31_SAT() local
44 Current2Short = (LVM_INT16)(pInstance2->Current >> 16); in LVC_Core_MixHard_2St_D16C31_SAT()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.c42 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance2->PrivateParams); in LVC_Core_MixHard_1St_2i_D16C31_SAT() local
46 Current2Short = (LVM_INT16)(pInstance2->Current >> 16); in LVC_Core_MixHard_1St_2i_D16C31_SAT()
DLVC_Mixer_Private.h64 LVMixer3_st *pInstance2,
110 LVMixer3_st *pInstance2,