Searched refs:CurrentShortL (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c38 LVM_INT16 CurrentShortL; local
87 CurrentShortL = (LVM_INT16)(CurrentL>>16); /* From Q31 to Q15*/
92 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
127 CurrentShortL = (LVM_INT16)(CurrentL>>16); /* From Q31 to Q15*/
130 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15); /* Q15*Q15>>15 into Q15 */
132 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
134 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);
136 *(dst++) = (LVM_INT16)(((LVM_INT32)*(src++) * (LVM_INT32)CurrentShortL)>>15);

Completed in 61 milliseconds