Searched refs:Temp1 (Results 1 – 4 of 4) sorted by relevance
30 LVM_FLOAT Temp1, Temp2; in Core_MixSoft_1St_D32C31_WRA() local52 Temp1 = *src; in Core_MixSoft_1St_D32C31_WRA()55 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA()65 Temp1 = *src; in Core_MixSoft_1St_D32C31_WRA()68 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA()72 Temp1 = *src; in Core_MixSoft_1St_D32C31_WRA()75 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA()79 Temp1 = *src; in Core_MixSoft_1St_D32C31_WRA()82 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA()86 Temp1 = *src; in Core_MixSoft_1St_D32C31_WRA()[all …]
30 LVM_FLOAT Temp1, Temp2, Temp3; in Core_MixHard_2St_D32C31_SAT() local39 Temp1 = *src1++; in Core_MixHard_2St_D32C31_SAT()40 Temp3 = Temp1 * Current1Short; in Core_MixHard_2St_D32C31_SAT()42 Temp1 = Temp2 * Current2Short; in Core_MixHard_2St_D32C31_SAT()43 Temp2 = (Temp1 / 2.0f) + (Temp3 / 2.0f); in Core_MixHard_2St_D32C31_SAT()
31 LVM_FLOAT Temp1, Temp2, Temp3; in Core_MixInSoft_D32C31_SAT() local51 Temp1 = *src++; in Core_MixInSoft_D32C31_SAT()54 Temp3 = Temp1 * (pInstance->Current); in Core_MixInSoft_D32C31_SAT()64 Temp1 = *src++; in Core_MixInSoft_D32C31_SAT()67 Temp3 = Temp1 * (pInstance->Current); in Core_MixInSoft_D32C31_SAT()
141 LVM_FLOAT Temp1; /* to avoid QAC warning on type conversion */ in LVREV_ApplyNewSettings() local143 Temp1 = (LVM_FLOAT)DelayLengthSamples; in LVREV_ApplyNewSettings()144 Temp = (LVM_UINT32)(Temp1 * ScaleTable[i]); in LVREV_ApplyNewSettings()278 LVM_FLOAT Temp1; in LVREV_ApplyNewSettings() local288 Temp1 = (3 * pPrivate->RoomSizeInms * ScaleTable[i]) / pPrivate->NewParams.T60; in LVREV_ApplyNewSettings()289 if (Temp1 >= (4)) { in LVREV_ApplyNewSettings()291 } else if ((Temp1 >= (2))) { in LVREV_ApplyNewSettings()292 Temp2 = LVM_Power10(-(Temp1 / 2.0f)); in LVREV_ApplyNewSettings()293 Temp1 = LVM_Power10(-(Temp1 / 2.0f)); in LVREV_ApplyNewSettings()294 Temp1 = Temp1 * Temp2; in LVREV_ApplyNewSettings()[all …]