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

  /external/opencv/cvaux/src/
_cvaux.h 52 typedef unsigned short ushort; typedef
  /external/libutf/
utfdef.h 2 #define ushort _utfushort macro
9 typedef unsigned short ushort; typedef
  /frameworks/rs/driver/runtime/arch/
clamp.c 35 S_CLAMP(ushort); variable
100 V_CLAMP(ushort); variable
generic.c 106 _CLAMP(ushort); variable
343 extern ushort __attribute__((overloadable)) max(ushort v1, ushort v2) {
544 extern ushort __attribute__((overloadable)) min(ushort v1, ushort v2) {
  /external/opencv3/3rdparty/libjasper/jasper/
jas_config2.h 74 #define ushort unsigned short macro
jas_types.h 198 #if !defined(ushort)
199 #define ushort unsigned short macro
  /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
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 140 typedef unsigned short ushort; typedef
177 TEST_VECTOR_INVOKE(ushort, UShort)
  /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)));
70 CVT_FUNC_2(type, ushort) \
79 CVT_FUNC(ushort)
  /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/opencv3/modules/core/include/opencv2/core/
operations.hpp 338 inline RNG::operator ushort() { return (ushort)next(); }
  /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/opencv3/modules/hal/include/opencv2/hal/
defs.h 262 ushort - unsigned 2 byte integer
285 typedef unsigned short ushort; typedef
605 template<typename _Tp> static inline _Tp saturate_cast(ushort v) { return _Tp(v); }
624 template<> inline uchar saturate_cast<uchar>(ushort v) { return (uchar)std::min((unsigned)v, (unsigned)UCHAR_MAX); }
634 template<> inline schar saturate_cast<schar>(ushort v) { return (schar)std::min((unsigned)v, (unsigned)SCHAR_MAX); }
643 template<> inline ushort saturate_cast<ushort>(schar v) { return (ushort)std::max((int)v, 0); }
644 template<> inline ushort saturate_cast<ushort>(short v) { return (ushort)std::max((int)v, 0);
    [all...]
  /external/opencv3/modules/imgcodecs/src/
utils.cpp 69 void icvCvt_BGRA2Gray_16u_CnC1R( const ushort* rgb, int rgb_step,
70 ushort* gray, int gray_step,
80 gray[i] = (ushort)t;
122 void icvCvt_Gray2BGR_16u_C1C3R( const ushort* gray, int gray_step,
123 ushort* bgr, int bgr_step, CvSize size )
157 void icvCvt_BGRA2BGR_16u_C4C3R( const ushort* bgra, int bgra_step,
158 ushort* bgr, int bgr_step,
167 ushort t0 = bgra[swap_rb], t1 = bgra[1];
195 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step,
196 ushort* rgba, int rgba_step, CvSize size
249 typedef unsigned short ushort; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
types.h 152 typedef unsigned short int ushort; typedef
  /external/valgrind/VEX/switchback/
test_emfloat.c 430 typedef unsigned short ushort; typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 75 typedef uint16_t ushort; typedef
562 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 151 typedef unsigned short ushort; typedef
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 322 typedef unsigned short int ushort; typedef
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2378 ushort = c_ushort variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2378 ushort = c_ushort variable
    [all...]

Completed in 1046 milliseconds