Searched defs:RShift (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DShift_Sat_v16xv16.c35 LVM_INT16 RShift; local
62 RShift=(LVM_INT16)(-val);
66 *dst = (LVM_INT16)(*src >> RShift);
H A DShift_Sat_v32xv32.c35 LVM_INT16 RShift; local
59 RShift=(LVM_INT16)(-val);
65 for(ij = 0; ij < RShift; ij++)
89 LVM_INT16 RShift; local
120 RShift=(LVM_INT16)(-val);
123 *dst = (*src >> RShift);

Completed in 57 milliseconds