Searched refs:CurrentShort (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_Core_MixSoft_1St_D16C31_WRA.c | 37 LVM_INT16 CurrentShort; in LVC_Core_MixSoft_1St_D16C31_WRA() local 55 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA() 58 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA() 68 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA() 70 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA() 71 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA() 72 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA() 73 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA() 82 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA() 85 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA() [all …]
|
D | LVC_Core_MixInSoft_D16C31_SAT.c | 37 LVM_INT16 CurrentShort; in LVC_Core_MixInSoft_D16C31_SAT() local 55 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT() 58 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT() 74 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT() 77 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT() 93 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT() 96 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT() 111 … CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT() 114 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT()
|
D | Core_MixSoft_1St_D32C31_WRA.c | 39 LVM_INT16 CurrentShort; in Core_MixSoft_1St_D32C31_WRA() local 55 … CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/ in Core_MixSoft_1St_D32C31_WRA() 62 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA() 72 … CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/ in Core_MixSoft_1St_D32C31_WRA() 76 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA() 83 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA() 90 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA() 96 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
|
D | Core_MixInSoft_D32C31_SAT.c | 40 LVM_INT16 CurrentShort; in Core_MixInSoft_D32C31_SAT() local 53 …CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15… in Core_MixInSoft_D32C31_SAT() 58 MUL32x16INTO32(Temp1,CurrentShort,Temp3,15) in Core_MixInSoft_D32C31_SAT() 74 …CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15… in Core_MixInSoft_D32C31_SAT() 79 MUL32x16INTO32(Temp1,CurrentShort,Temp3,15) in Core_MixInSoft_D32C31_SAT()
|