HomeSort by relevance Sort by last modified time
    Searched defs:RShift (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Shift_Sat_v16xv16.c 35 LVM_INT16 RShift;
62 RShift=(LVM_INT16)(-val);
66 *dst = (LVM_INT16)(*src >> RShift);
Shift_Sat_v32xv32.c 35 LVM_INT16 RShift;
59 RShift=(LVM_INT16)(-val);
65 for(ij = 0; ij < RShift; ij++)
89 LVM_INT16 RShift;
120 RShift=(LVM_INT16)(-val);
123 *dst = (*src >> RShift);
  /external/libpng/contrib/gregbook/
rpng-x.c 147 static int RShift, GShift, BShift;
524 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
530 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
534 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
539 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
621 bg_pixel = ((ulg)bg_red << RShift) |
625 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
724 pixel = (red << RShift) |
734 red = (RShift < 0)? red << (-RShift) : red >> RShift
    [all...]
rpng2-x.c 296 static int RShift, GShift, BShift;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython3/Include/
Python-ast.h 19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12,

Completed in 620 milliseconds