Searched refs:pInstance1 (Results 1 – 5 of 5) sorted by relevance
51 Mix_Private_FLOAT_st* pInstance1 = 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()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 …]
30 Mix_Private_FLOAT_st* pInstance1 = in LVC_MixSoft_2St_D16C31_SAT() local40 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() local92 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()
31 Mix_Private_FLOAT_st* pInstance1 = (Mix_Private_FLOAT_st*)(ptrInstance[jj]); in LVC_Core_MixHard_1St_MC_float_SAT() local32 Temp = *src++ * pInstance1->Current; in LVC_Core_MixHard_1St_MC_float_SAT()
34 Mix_Private_FLOAT_st* pInstance1 = (Mix_Private_FLOAT_st*)(ptrInstance1->PrivateParams); in LVC_Core_MixHard_2St_D16C31_SAT() local37 Current1 = pInstance1->Current; in LVC_Core_MixHard_2St_D16C31_SAT()
56 void LVC_Core_MixHard_2St_D16C31_SAT(LVMixer3_FLOAT_st* pInstance1, LVMixer3_FLOAT_st* pInstance2,