| /external/opencv3/modules/imgproc/test/ |
| test_distancetransform.cpp | 138 mat.at<uchar>(i,j) = 0; 227 uchar* s = _src->data.ptr + i*_src->step;
|
| test_floodfill.cpp | 413 u0 = saturate_cast<uchar>(s0); 414 u1 = saturate_cast<uchar>(s1); 415 u2 = saturate_cast<uchar>(s2); 431 uchar* dmptr = _mask ? _mask->data.ptr + (i+1)*_mask->step + 1 : 0; 439 dmptr[j] = (uchar)new_mask_val;
|
| test_contours.cpp | 196 uchar* t = (uchar*)(img->imageData + img->widthStep*i + j); 198 *t = (uchar)val;
|
| /external/opencv3/modules/photo/src/ |
| denoising.cuda.cpp | 86 static const func_t funcs[4] = { nlm_bruteforce_gpu<uchar>, nlm_bruteforce_gpu<uchar2>, nlm_bruteforce_gpu<uchar3>, 0/*nlm_bruteforce_gpu<uchar4>,*/ }; 140 static const nlm_fast_t funcs[] = { nlm_fast_gpu<uchar>, nlm_fast_gpu<uchar2>, nlm_fast_gpu<uchar3>, 0};
|
| /external/opencv3/modules/videostab/include/opencv2/videostab/ |
| global_motion.hpp | 246 std::vector<uchar> status_; 280 std::vector<uchar> rejectionStatus_;
|
| /external/opencv3/modules/videostab/src/ |
| outlier_rejection.cpp | 82 uchar* mask_ = mask.getMat().ptr<uchar>();
|
| /external/opencv3/samples/tapi/ |
| pyrlk_optical_flow.cpp | 15 typedef unsigned char uchar; typedef 33 static void drawArrows(UMat& _frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts, const vector<uchar>& status,
|
| /frameworks/rs/driver/runtime/arch/ |
| clamp.c | 33 S_CLAMP(uchar); variable 98 V_CLAMP(uchar); variable
|
| /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
| bricked.rs | 58 uchar op = rsGetElementAt_uchar(opacity, intensity);
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| bcmutils.h | 342 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf); 343 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf); 437 extern int bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len); 807 extern void prhex(const char *msg, uchar *buf, uint len); 835 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount); 836 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes); 837 extern void bcm_print_bytes(const char *name, const uchar *cdata, int len);
|
| /external/opencv3/apps/traincascade/ |
| boost.cpp | 125 uchar* srcb = 0; 419 cv::AutoBuffer<uchar> inn_buf(sample_count*(2*sizeof(int) + sizeof(float))); 426 int *src_idx_buf = (int*)(uchar*)inn_buf; 466 const int* src_lbls = get_cv_labels(data_root, (int*)(uchar*)inn_buf); 483 const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)inn_buf); [all...] |
| /external/opencv3/modules/cudaoptflow/src/cuda/ |
| pyrlk.cu | 65 texture<uchar, cudaTextureType2D, cudaReadModeElementType> tex_Ib(false, cudaFilterModePoint, cudaAddressModeClamp); 121 __global__ void sparseKernel(const float2* prevPts, float2* nextPts, uchar* status, float* err, const int level, const int rows, const int cols) 313 void sparse_caller(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, 487 void sparse1(PtrStepSzf I, PtrStepSzf J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, 490 typedef void (*func_t)(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, 509 void sparse4(PtrStepSz<float4> I, PtrStepSz<float4> J, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount, 512 typedef void (*func_t)(int rows, int cols, const float2* prevPts, float2* nextPts, uchar* status, float* err, int ptcount,
|
| /external/opencv/cv/src/ |
| cvderiv.cpp | 158 CvSize size, int bordertype, uchar bordervalue, void* buffer ); 167 uchar bordervalue, void* buffer ); 296 uchar* src_ptr = src->data.ptr; 297 uchar* dst_ptr = dst->data.ptr; 353 static void icvLaplaceRow_8u32s( const uchar* src, int* dst, void* params ); 354 static void icvLaplaceRow_8u32f( const uchar* src, float* dst, void* params ); 539 ICV_LAPLACE_ROW( 8u32s, uchar, int, CV_NOP ) 540 ICV_LAPLACE_ROW( 8u32f, uchar, float, CV_8TO32F ) [all...] |
| cvsnakes.cpp | 101 uchar *map = NULL; 153 map = (uchar *) cvAlloc( map_width * map_height ); 420 uchar *data;
|
| /external/opencv3/modules/core/src/ |
| mathfuncs.cpp | 183 uchar* ptrs[3]; 218 uchar* ptrs[3]; 353 uchar* ptrs[4]; 660 uchar* ptrs[4]; 800 uchar* ptrs[2]; 867 uchar* ptrs[2]; 896 struct iPow_SIMD<uchar, int> 898 int operator() ( const uchar * src, uchar * dst, int len, int power ) [all...] |
| /external/icu/icu4c/source/common/ |
| ubidi.c | 21 #include "unicode/uchar.h" 35 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32) 36 * character according to UTF-16, the second UChar gets the directional property of 42 * following character (UChar), which results in surrogate pairs getting the 341 ubidi_getBaseDirection(const UChar *text, 345 UChar32 uchar; local 358 U16_NEXT(text, i, length, uchar); 359 dir = u_charDirection(uchar); 377 const UChar *text=pBiDi->prologue; 380 UChar32 uchar; local 435 UChar32 uchar; local 2049 UChar32 uchar; local 2077 UChar32 uchar; local [all...] |
| /external/opencv/cxcore/src/ |
| cxdxt.cpp | 99 static const uchar log2tab[] = { 0, 0, 1, 0, 2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 }; [all...] |
| /external/opencv3/modules/core/include/opencv2/core/ |
| mat.inl.hpp | 396 data((uchar*)_data), datastart((uchar*)_data), dataend(0), datalimit(0), 427 data((uchar*)_data), datastart((uchar*)_data), dataend(0), datalimit(0), 465 datastart = data = (uchar*)&vec[0]; 469 Mat((int)vec.size(), 1, DataType<_Tp>::type, (uchar*)&vec[0]).copyTo(*this); 480 datastart = data = (uchar*)vec.val; 497 datastart = data = (uchar*)M.val; 501 Mat(m, n, DataType<_Tp>::type, (uchar*)M.val).copyTo(*this); 512 datastart = data = (uchar*)&pt.x [all...] |
| operations.hpp | 306 CV_Assert(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.val[0]); 315 CV_Assert(_w.data == (uchar*)&w.val[0]); 326 CV_Assert(_dst.data == (uchar*)&dst.val[0]); 336 inline RNG::operator uchar() { return (uchar)next(); }
|
| /external/opencv3/modules/imgproc/src/ |
| lsd.cpp | 239 Mat_<uchar> used; 261 uchar* used; 471 used = Mat_<uchar>::zeros(scaled_image.size()); // zeros = NOTUSED [all...] |
| featureselect.cpp | 303 const uchar* mask_data = mask.data ? mask.ptr(y) : 0; 333 int ofs = (int)((const uchar*)tmpCorners[i] - eig.ptr()); 392 int ofs = (int)((const uchar*)tmpCorners[i] - eig.ptr());
|
| /external/valgrind/VEX/switchback/ |
| test_emfloat.c | 428 typedef unsigned char uchar; typedef 459 #define uchar unsigned char macro 524 uchar sign); 526 uchar sign); 539 static void AddSubInternalFPF(uchar operation,InternalFPF *x, 605 static uchar jtable[16] = {0,0,0,0,1,1,1,1,2,2,2,2,2,3,3,3}; 691 uchar sign) 711 uchar sign) 1066 static void AddSubInternalFPF(uchar operation, [all...] |
| /external/opencv/cvaux/src/ |
| cvtexture.cpp | 73 static void icvCreateGLCM_LookupTable_8u_C1R( const uchar* srcImageData, int srcImageStep, 99 uchar* srcImageData = 0; 266 icvCreateGLCM_LookupTable_8u_C1R( const uchar* srcImageData,
|
| /external/opencv3/modules/cudaimgproc/src/ |
| mssegmentation.cpp | 386 dstcol[0] = static_cast<uchar>(sumcol[0] / comps.size[parent]); 387 dstcol[1] = static_cast<uchar>(sumcol[1] / comps.size[parent]); 388 dstcol[2] = static_cast<uchar>(sumcol[2] / comps.size[parent]);
|
| /external/opencv3/modules/imgcodecs/src/ |
| grfmt_gdal.cpp | 228 if( image.depth() == CV_8U ){ image.at<uchar>(row,col) = newValue; } 250 if( image.depth() == CV_8U ){ image.at<uchar>(row,col) += (newValue/3.0); } 256 if( image.depth() == CV_8U ){ image.at<uchar>(row,col) = newValue; }
|