Home
last modified time | relevance | path

Searched refs:CurrentShort (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Core_MixSoft_1St_D16C31_WRA.c37 LVM_INT16 CurrentShort; in LVC_Core_MixSoft_1St_D16C31_WRA() local
55CurrentShort = (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()
68CurrentShort = (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()
82CurrentShort = (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 …]
DLVC_Core_MixInSoft_D16C31_SAT.c37 LVM_INT16 CurrentShort; in LVC_Core_MixInSoft_D16C31_SAT() local
55CurrentShort = (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()
74CurrentShort = (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()
93CurrentShort = (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()
111CurrentShort = (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()
DCore_MixSoft_1St_D32C31_WRA.c39 LVM_INT16 CurrentShort; in Core_MixSoft_1St_D32C31_WRA() local
55CurrentShort = (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()
72CurrentShort = (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()
DCore_MixInSoft_D32C31_SAT.c40 LVM_INT16 CurrentShort; in Core_MixInSoft_D32C31_SAT() local
53CurrentShort = (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()
74CurrentShort = (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()