Searched defs:ushort (Results 1 - 9 of 9) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | _cvaux.h | 52 typedef unsigned short ushort; typedef
|
/external/libutf/ |
H A D | utfdef.h | 2 #define ushort _utfushort macro 9 typedef unsigned short ushort; typedef
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_compiler.h | 73 typedef unsigned short ushort; typedef
|
/external/opencv/cv/src/ |
H A D | _cv.h | 61 typedef unsigned short ushort; typedef
|
/external/regex-re2/util/ |
H A D | util.h | 78 typedef unsigned short ushort; typedef in namespace:re2
|
/external/opencv/otherlibs/highgui/ |
H A D | 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*)bgr55 [all...] |
/external/valgrind/VEX/switchback/ |
H A D | test_emfloat.c | 430 typedef unsigned short ushort; typedef
|
/external/opencv/cxcore/include/ |
H A D | cxtypes.h | 151 typedef unsigned short ushort; typedef
|
/external/valgrind/perf/ |
H A D | test_input_for_tinycc.c | 322 typedef unsigned short int ushort; typedef
|
Completed in 82 milliseconds