Searched defs:ushort (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cvaux/src/
H A D_cvaux.h52 typedef unsigned short ushort; typedef
/external/opencv/cv/src/
H A D_cv.h61 typedef unsigned short ushort; typedef
/external/regex-re2/util/
H A Dutil.h73 typedef unsigned short ushort; typedef in namespace:re2
/external/quake/quake/src/QW/scitech/include/
H A Ddebug.h240 typedef unsigned short ushort; typedef
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DDEBUG.H240 typedef unsigned short ushort; typedef
/external/kernel-headers/original/linux/
H A Dtypes.h101 typedef unsigned short ushort; typedef
/external/opencv/otherlibs/highgui/
H A Dutils.cpp102 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*)bgr55
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c432 typedef unsigned short ushort; typedef
/external/opencv/cxcore/include/
H A Dcxtypes.h151 typedef unsigned short ushort; typedef
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c322 typedef unsigned short int ushort; typedef

Completed in 334 milliseconds