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

  /external/opencv/cvaux/src/
_cvaux.h 52 typedef unsigned short ushort; typedef
  /external/opencv/cv/src/
_cv.h 61 typedef unsigned short ushort; typedef
  /external/regex-re2/util/
util.h 78 typedef unsigned short ushort; typedef in namespace:re2
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 20 typedef uint16_t ushort; typedef
29 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
30 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
31 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
  /external/opencv/otherlibs/highgui/
utils.cpp 102 void icvCvt_BGR2Gray_16u_C3C1R( const ushort* rgb, int rgb_step,
103 ushort* gray, int gray_step,
113 gray[i] = (ushort)t;
211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step,
212 ushort* rgb, int rgb_step, CvSize size )
219 ushort t0 = bgr[0], t1 = bgr[1], t2 = bgr[2];
228 typedef unsigned short ushort; typedef
238 int t = descale( ((((ushort*)bgr555)[i] << 3) & 0xf8)*cB +
239 ((((ushort*)bgr555)[i] >> 2) & 0xf8)*cG +
240 ((((ushort*)bgr555)[i] >> 7) & 0xf8)*cR, SCALE )
    [all...]
  /external/quake/quake/src/QW/scitech/include/
debug.h 240 typedef unsigned short ushort; typedef
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 240 typedef unsigned short ushort; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 136 /* pick up ushort & uint from standard types.h */
172 /* define uchar, ushort, uint, ulong */
179 typedef unsigned short ushort; typedef
  /external/kernel-headers/original/linux/
types.h 101 typedef unsigned short ushort; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
types.h 75 typedef unsigned short ushort; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 75 typedef unsigned short ushort; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
types.h 75 typedef unsigned short ushort; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 432 typedef unsigned short ushort; typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 69 typedef uint16_t ushort; typedef
752 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 151 typedef unsigned short ushort; typedef
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 322 typedef unsigned short int ushort; typedef
    [all...]

Completed in 317 milliseconds