HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 101 - 125 of 374) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/opencv/cv/src/
cvoptflowbm.cpp 48 icvCmpBlocksL1_8u_C1( const uchar * vec1, const uchar * vec2, int len )
73 icvCopyBM_8u_C1R( const uchar* src, int src_step,
74 uchar* dst, int dst_step, CvSize size )
104 icvCalcOpticalFlowBM_8u32fR( uchar * imgA, uchar * imgB,
144 uchar *blockA = 0;
145 uchar *blockB = 0;
146 uchar *blockZ = 0;
169 blockA = (uchar *) cvAlloc( bufferSize * 3 )
    [all...]
cvmorph.cpp 91 static void icvErodeRectRow_8u( const uchar* src, uchar* dst, void* params );
94 static void icvDilateRectRow_8u( const uchar* src, uchar* dst, void* params );
98 static void icvErodeRectCol_8u( const uchar** src, uchar* dst, int dst_step,
104 static void icvDilateRectCol_8u( const uchar** src, uchar* dst, int dst_step,
111 static void icvErodeAny_8u( const uchar** src, uchar* dst, int dst_step
    [all...]
cvdistransform.cpp 67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp,
85 const uchar* s = src + i*srcstep;
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp,
158 const uchar* s = src + i*srcstep;
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp,
250 const uchar* s = src + i*srcstep;
501 const uchar* sptr = src->data.ptr + i + (m-1)*sstep;
595 typedef CvStatus (CV_STDCALL * CvIPPDistTransFunc)( const uchar* src, int srcstep,
599 typedef CvStatus (CV_STDCALL * CvIPPDistTransFunc2)( uchar* src, int srcstep,
604 typedef CvStatus (CV_STDCALL * CvDistTransFunc)( const uchar* src, int srcstep
    [all...]
cvutils.cpp 111 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
112 uchar* dst, int dststep, CvSize dstroi,
113 int top, int left, int cn, const uchar* )
201 icvCopyReflect101Border_8u( const uchar* src, int srcstep, CvSize srcroi,
202 uchar* dst, int dststep, CvSize dstroi,
318 const uchar* s = dst + i*dststep;
319 uchar* d = dst + (j+top)*dststep;
334 icvCopyConstBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
335 uchar* dst, int dststep, CvSize dstroi,
336 int top, int left, int cn, const uchar* value
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 67 static uchar satTab8u[768];
79 satTab8u[i] = (uchar)(v < 0 ? 0 : v > 255 ? 255 : v);
97 uchar cb0, cb1, cb2;
140 const uchar* p = image->data.ptr + image->step*(y + roi.y) + roi.x*3;
141 const uchar* m = mask ? mask->data.ptr + mask->step*(y + roi.y) + roi.x : 0;
147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2;
238 uchar m0, m1, m2, M0, M1, M2;
263 const uchar* p = image->data.ptr + image->step*(y + roi.y) + roi.x*3;
264 uchar* m = mask->data.ptr + mask->step*(y + roi.y) + roi.x;
270 uchar p0 = p[0], p1 = p[1], p2 = p[2]
    [all...]
cvcreatehandmask.cpp 53 uchar * image_mask, int step,
118 uchar *img_mask_data = 0;
camshift.cpp 85 uchar* color_data = 0, *mask = 0;
86 uchar* planes[CV_MAX_DIM];
132 planes[0][x] = (uchar)val0;
134 planes[1][x] = (uchar)val1;
136 planes[2][x] = (uchar)val2;
138 mask[x] = (uchar)255;
cvmat.cpp 47 double CvMAT::get( const uchar* ptr, int type, int coi )
55 t = ((uchar*)ptr)[coi];
77 void CvMAT::set( uchar* ptr, int type, int coi, double d )
86 ((uchar*)ptr)[coi] = CV_CAST_8U(i);
110 void CvMAT::set( uchar* ptr, int type, int coi, int i )
117 ((uchar*)ptr)[coi] = CV_CAST_8U(i);
138 void CvMAT::set( uchar* ptr, int type, double d )
146 ((uchar*)ptr)[0] = CV_CAST_8U(i);
148 while( --i ) ((uchar*)ptr)[i] = 0;
182 void CvMAT::set( uchar* ptr, int type, int i
    [all...]
  /external/icu/icu4c/source/common/unicode/
utf_old.h 87 * by defining UTF_SIZE to either 8, 16, or 32. utf.h would then define the UChar type
91 * A lot of the ICU source code assumes UChar strings are in UTF-16.
97 * <p>Accordingly, utf.h defines UChar to be an unsigned 16-bit integer. If this matches wchar_t, then
98 * UChar is defined to be exactly wchar_t, otherwise uint16_t.</p>
103 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
250 #define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800)
317 #define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0)
319 #define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e
    [all...]
ucharstrie.h 159 * Equivalent to reset().next(uchar).
160 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
164 inline UStringTrieResult first(int32_t uchar) {
166 return nextImpl(uchars_, uchar);
181 * @param uchar Input char value. Values below 0 and above 0xffff will never match.
185 UStringTrieResult next(int32_t uchar);
463 // Handles a branch node for both next(uchar) and next(string).
464 UStringTrieResult branchNext(const char16_t *pos, int32_t length, int32_t uchar);
467 UStringTrieResult nextImpl(const char16_t *pos, int32_t uchar);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstrlib.c 33 #define uchar(c) ((unsigned char)(c)) macro
86 p[i] = tolower(uchar(s[i]));
99 p[i] = toupper(uchar(s[i]));
147 lua_pushinteger(L, uchar(s[posi+i-1]));
159 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
160 p[i - 1] = uchar(c);
295 if (match_class(c, uchar(*p)))
300 if (uchar(*(p-2)) <= c && c <= uchar(*p))
303 else if (uchar(*p) == c) return sig;
    [all...]
  /external/syslinux/com32/lua/src/
lstrlib.c 33 #define uchar(c) ((unsigned char)(c)) macro
86 p[i] = tolower(uchar(s[i]));
99 p[i] = toupper(uchar(s[i]));
147 lua_pushinteger(L, uchar(s[posi+i-1]));
159 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
160 p[i - 1] = uchar(c);
295 if (match_class(c, uchar(*p)))
300 if (uchar(*(p-2)) <= c && c <= uchar(*p))
303 else if (uchar(*p) == c) return sig
    [all...]
  /bionic/libc/bionic/
c32rtomb.cpp 30 #include <uchar.h>
  /external/sfntly/cpp/src/test/
test_utils.h 89 // @param uchar the Unicode character to encode
91 static int32_t EncodeOneChar(UConverter* encoder, int16_t uchar);
  /external/webrtc/webrtc/modules/video_processing/test/
readYUV420file.m 27 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
41 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
  /external/libxcam/modules/ocl/
cv_feature_match.h 60 std::vector<uchar> &status, std::vector<float> &error,
66 std::vector<uchar> &status, std::vector<float> &error,
  /frameworks/rs/script_api/include/
rs_value_types.rsh 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
202 * uchar: 8 bit unsigned integer
206 typedef uint8_t uchar;
309 * A vector of two uchars. These two uchar fields packed into a single 16 bit field
312 typedef uchar __attribute__((ext_vector_type(2))) uchar2;
317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field
320 typedef uchar __attribute__((ext_vector_type(3))) uchar3;
325 * A vector of four uchars. These four uchar fields packed into a single 32 bit field
328 typedef uchar __attribute__((ext_vector_type(4))) uchar4;
  /prebuilts/sdk/renderscript/include/
rs_value_types.rsh 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t
202 * uchar: 8 bit unsigned integer
206 typedef uint8_t uchar;
309 * A vector of two uchars. These two uchar fields packed into a single 16 bit field
312 typedef uchar __attribute__((ext_vector_type(2))) uchar2;
317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field
320 typedef uchar __attribute__((ext_vector_type(3))) uchar3;
325 * A vector of four uchars. These four uchar fields packed into a single 32 bit field
328 typedef uchar __attribute__((ext_vector_type(4))) uchar4;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
68 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
77 CVT_FUNC(uchar)
rsCpuIntrinsicConvolve5x5.cpp 169 static void OneU1(const RsExpandKernelDriverInfo *info, uint32_t x, uchar *out,
170 const uchar *py0, const uchar *py1, const uchar *py2, const uchar *py3, const uchar *py4,
351 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
411 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr
    [all...]
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 31 uchar uc1;
32 uchar uc1i = 1;
119 void RS_KERNEL test_U8(uchar in) {
  /external/opencv/cxcore/src/
cxcmp.cpp 59 dst[x] = (uchar)-(_toggle_macro_(a2) <= a1 && \
74 dst[x] = (uchar)-f; \
92 dst[x] = (uchar)-f; \
114 dst[x] = (uchar)-f; \
124 uchar* dst, int step, CvSize size ) \
144 dst[x] = (uchar)-(scalar[0] <= a1 && a1 < scalar[1]); \
155 dst[x] = (uchar)-f; \
168 dst[x] = (uchar)-f; \
183 dst[x] = (uchar)-f; \
191 uchar* dst, int step, CvSize size,
    [all...]
cxcopy.cpp 57 IPCVAPI_IMPL( CvStatus, icvCopy_8u_C1R, ( const uchar* src, int srcstep,
58 uchar* dst, int dststep, CvSize size ),
69 icvSet_8u_C1R( uchar* dst, int dst_step, CvSize size,
73 uchar* dst_limit = dst + size.width;
154 CvSize size, const uchar* mask, int maskstep ), \
207 const uchar* mask, int maskstep, \
225 ICV_DEF_SET_MASK_2D( icvSet_8u_C1MR, uchar, 1 )
227 ICV_DEF_SET_MASK_2D( icvSet_8u_C3MR, uchar, 3 )
236 ICV_DEF_COPY_MASK_2D( icvCopy_8u_C1MR, uchar, 1 )
238 ICV_DEF_COPY_MASK_2D( icvCopy_8u_C3MR, uchar, 3
    [all...]
cxconvert.cpp 193 ICV_DEF_COPY_PX2PL_FUNC_2D( uchar, 8u, 2, ICV_DEF_PX2PL2PX_ENTRY_C2 )
194 ICV_DEF_COPY_PX2PL_FUNC_2D( uchar, 8u, 3, ICV_DEF_PX2PL2PX_ENTRY_C3 )
195 ICV_DEF_COPY_PX2PL_FUNC_2D( uchar, 8u, 4, ICV_DEF_PX2PL2PX_ENTRY_C4 )
207 ICV_DEF_COPY_PX2PL_FUNC_2D_COI( uchar, 8u )
346 ICV_DEF_COPY_PL2PX_FUNC_2D( uchar, 8u, 2, ICV_DEF_PX2PL2PX_ENTRY_C2 )
347 ICV_DEF_COPY_PL2PX_FUNC_2D( uchar, 8u, 3, ICV_DEF_PX2PL2PX_ENTRY_C3 )
348 ICV_DEF_COPY_PL2PX_FUNC_2D( uchar, 8u, 4, ICV_DEF_PX2PL2PX_ENTRY_C4 )
359 ICV_DEF_COPY_PL2PX_FUNC_2D_COI( uchar, 8u )
701 ICV_DEF_MIX_CH_FUNC_2D( uchar, 8u )
728 uchar* buffer = 0
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 75 int ioBufSize, uchar* buffer, void* userData,
    [all...]

Completed in 1390 milliseconds

1 2 3 45 6 7 8 91011>>