HomeSort by relevance Sort by last modified time
    Searched refs:RShift (Results 1 - 9 of 9) 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/webkit/Source/WebKit/android/plugins/
ANPBitmapInterface.cpp 37 packing->RShift = SK_R32_SHIFT;
49 packing->RShift = SK_R16_SHIFT;
android_npapi.h 55 uint8_t RShift;
    [all...]
  /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...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js 216 function RShift( s, a ) {
229 return ( RShift( s, a ) );
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 336 packing.RShift, packing.RBits,
  /prebuilt/common/jython/
jython.jar 

Completed in 161 milliseconds