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.cpp51 Mix_Private_FLOAT_st* pInstance1 = in LVC_MixSoft_1St_MC_float_SAT() local
55 Mix_Private_FLOAT_st* pMixPrivInst[4] = {pInstance1, pInstance2, &Target_ctr, &Target_lfe}; in LVC_MixSoft_1St_MC_float_SAT()
92 if (pInstance1->Target <= LVM_VOL_BAL_THR || pInstance2->Target <= LVM_VOL_BAL_THR) { in LVC_MixSoft_1St_MC_float_SAT()
115 if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_1St_MC_float_SAT()
118 if (pInstance1->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT()
119 Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT()
121 pInstance1->Current = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT()
122 TargetGain = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT()
152 if ((pInstance1->Target == LVM_MAXFLOAT) && (pInstance2->Target == LVM_MAXFLOAT)) { in LVC_MixSoft_1St_MC_float_SAT()
166 if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT()
[all …]
DLVC_MixSoft_2St_D16C31_SAT.cpp30 Mix_Private_FLOAT_st* pInstance1 = in LVC_MixSoft_2St_D16C31_SAT() local
40 if ((pInstance1->Current == pInstance1->Target) && (pInstance1->Current == 0)) { in LVC_MixSoft_2St_D16C31_SAT()
46 } else if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_2St_D16C31_SAT()
82 Mix_Private_FLOAT_st* pInstance1 = in LVC_MixSoft_2Mc_D16C31_SAT() local
92 if ((pInstance1->Current == pInstance1->Target) && (pInstance1->Current == 0)) { in LVC_MixSoft_2Mc_D16C31_SAT()
98 } else if ((pInstance1->Current != pInstance1->Target) || in LVC_MixSoft_2Mc_D16C31_SAT()
DLVC_Core_MixHard_1St_2i_D16C31_SAT.cpp31 Mix_Private_FLOAT_st* pInstance1 = (Mix_Private_FLOAT_st*)(ptrInstance[jj]); in LVC_Core_MixHard_1St_MC_float_SAT() local
32 Temp = *src++ * pInstance1->Current; in LVC_Core_MixHard_1St_MC_float_SAT()
DLVC_Core_MixHard_2St_D16C31_SAT.cpp34 Mix_Private_FLOAT_st* pInstance1 = (Mix_Private_FLOAT_st*)(ptrInstance1->PrivateParams); in LVC_Core_MixHard_2St_D16C31_SAT() local
37 Current1 = pInstance1->Current; in LVC_Core_MixHard_2St_D16C31_SAT()
DLVC_Mixer_Private.h56 void LVC_Core_MixHard_2St_D16C31_SAT(LVMixer3_FLOAT_st* pInstance1, LVMixer3_FLOAT_st* pInstance2,