Searched refs:Temp2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Core_MixHard_2St_D32C31_SAT.c | 35 LVM_FLOAT Temp1,Temp2,Temp3; in Core_MixHard_2St_D32C31_SAT() local 46 Temp2 = *src2++; in Core_MixHard_2St_D32C31_SAT() 47 Temp1 = Temp2 * Current2Short; in Core_MixHard_2St_D32C31_SAT() 48 Temp2 = (Temp1 / 2.0f) + (Temp3 / 2.0f); in Core_MixHard_2St_D32C31_SAT() 49 if (Temp2 > 0.5f) in Core_MixHard_2St_D32C31_SAT() 50 Temp2 = 1.0f; in Core_MixHard_2St_D32C31_SAT() 51 else if (Temp2 < -0.5f ) in Core_MixHard_2St_D32C31_SAT() 52 Temp2 = -1.0f; in Core_MixHard_2St_D32C31_SAT() 54 Temp2 = (Temp2 * 2); in Core_MixHard_2St_D32C31_SAT() 55 *dst++ = Temp2; in Core_MixHard_2St_D32C31_SAT() [all …]
|
D | Core_MixSoft_1St_D32C31_WRA.c | 34 LVM_FLOAT Temp1,Temp2; in Core_MixSoft_1St_D32C31_WRA() local 61 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA() 62 *dst = Temp2; in Core_MixSoft_1St_D32C31_WRA() 75 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA() 76 *dst = Temp2; in Core_MixSoft_1St_D32C31_WRA() 82 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA() 83 *dst = Temp2; in Core_MixSoft_1St_D32C31_WRA() 89 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA() 90 *dst = Temp2; in Core_MixSoft_1St_D32C31_WRA() 95 Temp2 = Temp1 * (pInstance->Current); in Core_MixSoft_1St_D32C31_WRA() [all …]
|
D | Core_MixInSoft_D32C31_SAT.c | 35 LVM_FLOAT Temp1,Temp2,Temp3; in Core_MixInSoft_D32C31_SAT() local 58 Temp2 = *dst; in Core_MixInSoft_D32C31_SAT() 61 Temp1 = Temp2 + Temp3; in Core_MixInSoft_D32C31_SAT() 79 Temp2 = *dst; in Core_MixInSoft_D32C31_SAT() 82 Temp1 = Temp2 + Temp3; in Core_MixInSoft_D32C31_SAT() 98 LVM_INT32 Temp1,Temp2,Temp3; in Core_MixInSoft_D32C31_SAT() local 121 Temp2=*dst; in Core_MixInSoft_D32C31_SAT() 123 Temp1=(Temp2>>1)+(Temp3>>1); in Core_MixInSoft_D32C31_SAT() 142 Temp2=*dst; in Core_MixInSoft_D32C31_SAT() 144 Temp1=(Temp2>>1)+(Temp3>>1); in Core_MixInSoft_D32C31_SAT()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 165 LVM_INT32 Temp2; /* to avoid QAC warning on type conversion */ in LVREV_ApplyNewSettings() local 167 Temp2=(LVM_INT32)DelayLengthSamples; in LVREV_ApplyNewSettings() 168 MUL32x16INTO32(Temp2, ScaleTable[i], Temp1, 15) in LVREV_ApplyNewSettings() 326 LVM_INT32 Temp2; in LVREV_ApplyNewSettings() local 343 Temp2 = LVM_Power10(-(Temp1 << 14)); in LVREV_ApplyNewSettings() 345 MUL32x32INTO32(Temp1,Temp2,Temp1,24) in LVREV_ApplyNewSettings() 902 LVM_FLOAT Temp2; in LVREV_ApplyNewSettings() local 920 Temp2 = LVM_Power10(-(Temp1 / 2.0f)); in LVREV_ApplyNewSettings() 922 Temp1 = Temp1 * Temp2; in LVREV_ApplyNewSettings()
|