HomeSort by relevance Sort by last modified time
    Searched refs:RShift (Results 1 - 12 of 12) 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 146 static int RShift, GShift, BShift;
523 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
529 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
533 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
538 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
620 bg_pixel = ((ulg)bg_red << RShift) |
624 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
723 pixel = (red << RShift) |
733 red = (RShift < 0)? red << (-RShift) : red >> RShift
    [all...]
rpng2-x.c 294 static int RShift, GShift, BShift;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /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 }
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 969 // RShift
971 PERF_TEST_P(Sz_Depth_Cn, RShift,
992 TEST_CYCLE() cv::cuda::rshift(d_src, val, dst);
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 2637 milliseconds