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 | 229 LVM_INT16 CurrentShort; in LVC_Core_MixSoft_1St_D16C31_WRA() local 247 … CurrentShort = (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() 260 … CurrentShort = (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() 274 … CurrentShort = (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 …]
|
D | Core_MixSoft_1St_D32C31_WRA.c | 111 LVM_INT16 CurrentShort; in Core_MixSoft_1St_D32C31_WRA() local 127 … CurrentShort = (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() 144 … CurrentShort = (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()
|
D | LVC_Core_MixInSoft_D16C31_SAT.c | 259 LVM_INT16 CurrentShort; in LVC_Core_MixInSoft_D16C31_SAT() local 277 … CurrentShort = (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() 296 … CurrentShort = (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() 315 … CurrentShort = (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() 333 … CurrentShort = (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()
|
D | Core_MixInSoft_D32C31_SAT.c | 104 LVM_INT16 CurrentShort; in Core_MixInSoft_D32C31_SAT() local 117 …CurrentShort = (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() 138 …CurrentShort = (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()
|