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.c229 LVM_INT16 CurrentShort; in LVC_Core_MixSoft_1St_D16C31_WRA() local
247CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA()
250 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA()
260CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA()
262 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA()
263 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA()
264 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA()
265 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); in LVC_Core_MixSoft_1St_D16C31_WRA()
274CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixSoft_1St_D16C31_WRA()
277 …*(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShort)>>15); /* Q15*Q15>>15 int… in LVC_Core_MixSoft_1St_D16C31_WRA()
[all …]
DCore_MixSoft_1St_D32C31_WRA.c111 LVM_INT16 CurrentShort; in Core_MixSoft_1St_D32C31_WRA() local
127CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/ in Core_MixSoft_1St_D32C31_WRA()
134 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
144CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/ in Core_MixSoft_1St_D32C31_WRA()
148 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
155 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
162 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
168 MUL32x16INTO32(Temp1,CurrentShort,Temp2,15) in Core_MixSoft_1St_D32C31_WRA()
DLVC_Core_MixInSoft_D16C31_SAT.c259 LVM_INT16 CurrentShort; in LVC_Core_MixInSoft_D16C31_SAT() local
277CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT()
280 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT()
296CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT()
299 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT()
315CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT()
318 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT()
333CurrentShort = (LVM_INT16)(Current>>16); /* From Q31 to Q15*/ in LVC_Core_MixInSoft_D16C31_SAT()
336 …Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 i… in LVC_Core_MixInSoft_D16C31_SAT()
DCore_MixInSoft_D32C31_SAT.c104 LVM_INT16 CurrentShort; in Core_MixInSoft_D32C31_SAT() local
117CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15… in Core_MixInSoft_D32C31_SAT()
122 MUL32x16INTO32(Temp1,CurrentShort,Temp3,15) in Core_MixInSoft_D32C31_SAT()
138CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15… in Core_MixInSoft_D32C31_SAT()
143 MUL32x16INTO32(Temp1,CurrentShort,Temp3,15) in Core_MixInSoft_D32C31_SAT()