Searched refs:pInstance2 (Results 1 – 4 of 4) sorted by relevance
53 Mix_Private_FLOAT_st* pInstance2 = in LVC_MixSoft_1St_MC_float_SAT() local55 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()116 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_1St_MC_float_SAT()130 if (pInstance2->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT()131 Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT()133 pInstance2->Current = pInstance2->Target; in LVC_MixSoft_1St_MC_float_SAT()134 TargetGain = pInstance2->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()181 if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT()[all …]
32 Mix_Private_FLOAT_st* pInstance2 = in LVC_MixSoft_2St_D16C31_SAT() local43 } else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)) { in LVC_MixSoft_2St_D16C31_SAT()47 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_2St_D16C31_SAT()84 Mix_Private_FLOAT_st* pInstance2 = in LVC_MixSoft_2Mc_D16C31_SAT() local95 } else if ((pInstance2->Current == pInstance2->Target) && (pInstance2->Current == 0)) { in LVC_MixSoft_2Mc_D16C31_SAT()99 (pInstance2->Current != pInstance2->Target)) { in LVC_MixSoft_2Mc_D16C31_SAT()
35 Mix_Private_FLOAT_st* pInstance2 = (Mix_Private_FLOAT_st*)(ptrInstance2->PrivateParams); in LVC_Core_MixHard_2St_D16C31_SAT() local38 Current2 = pInstance2->Current; in LVC_Core_MixHard_2St_D16C31_SAT()
56 void LVC_Core_MixHard_2St_D16C31_SAT(LVMixer3_FLOAT_st* pInstance1, LVMixer3_FLOAT_st* pInstance2,