Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_1St_2i_D16C31_SAT.c44 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].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()
54 if(pInstance1->Delta == 0x7FFFFFFF) in LVC_MixSoft_1St_2i_D16C31_SAT()
56 pInstance1->Current = pInstance1->Target; in LVC_MixSoft_1St_2i_D16C31_SAT()
57 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
62pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equ… in LVC_MixSoft_1St_2i_D16C31_SAT()
63 TargetGain=pInstance1->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()
124 if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
[all …]
DLVC_MixSoft_2St_D16C31_SAT.c35 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams); in LVC_MixSoft_2St_D16C31_SAT() local
43 if ((pInstance1->Current == pInstance1->Target)&&(pInstance1->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()
60 if(pInstance1->Shift!=0) in LVC_MixSoft_2St_D16C31_SAT()
62 Shift_Sat_v16xv16 ((LVM_INT16)pInstance1->Shift,src1,dst,n); in LVC_MixSoft_2St_D16C31_SAT()
DLVC_Core_MixHard_2St_D16C31_SAT.c39 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance1->PrivateParams); in LVC_Core_MixHard_2St_D16C31_SAT() local
43 Current1Short = (LVM_INT16)(pInstance1->Current >> 16); in LVC_Core_MixHard_2St_D16C31_SAT()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.c41 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance1->PrivateParams); in LVC_Core_MixHard_1St_2i_D16C31_SAT() local
45 Current1Short = (LVM_INT16)(pInstance1->Current >> 16); in LVC_Core_MixHard_1St_2i_D16C31_SAT()
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,