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

  /external/opencv/cvaux/src/
_cvaux.h 52 typedef unsigned short ushort; typedef
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utfdef.h 16 #define ushort _utfushort macro
23 typedef unsigned short ushort; typedef
  /external/libutf/
utfdef.h 2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 73 typedef unsigned short ushort; typedef
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 73 typedef unsigned short ushort; typedef
  /external/opencv/cv/src/
_cv.h 61 typedef unsigned short ushort; typedef
  /external/chromium_org/third_party/re2/util/
util.h 79 typedef unsigned short ushort; typedef in namespace:re2
  /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/opencv/cxcore/include/
cxtypes.h 151 typedef unsigned short ushort; typedef
    [all...]

Completed in 859 milliseconds