HomeSort by relevance Sort by last modified time
    Searched refs: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 34 LVM_INT16 RShift;
65 RShift=(LVM_INT16)(-val);
68 *dst = (*src >> RShift);
  /external/libpng/contrib/gregbook/
rpng-x.c 144 static int RShift, GShift, BShift;
517 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
523 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
527 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
532 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
614 bg_pixel = ((ulg)bg_red << RShift) |
618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
717 pixel = (red << RShift) |
727 red = (RShift < 0)? red << (-RShift) : red >> RShift
    [all...]
rpng2-x.c 278 static int RShift, GShift, BShift;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 133 milliseconds