| /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
| TestMax.rs | 114 uchar __attribute__((kernel)) testMaxUcharUcharUchar(uchar inA, unsigned int x) { 115 uchar inB = rsGetElementAt_uchar(gAllocInB, x);
|
| TestMin.rs | 114 uchar __attribute__((kernel)) testMinUcharUcharUchar(uchar inA, unsigned int x) { 115 uchar inB = rsGetElementAt_uchar(gAllocInB, x);
|
| /external/opencv3/modules/calib3d/test/ |
| test_stereomatching.cpp | 173 if( !leftUnknDispMask.empty() && leftUnknDispMask.at<uchar>(leftY,leftX) ) 199 if( !leftUnknDispMask.empty() && leftUnknDispMask.at<uchar>(leftY,leftX) ) 204 occludedMask->at<uchar>(leftY, leftX) = 255; 207 if( !rightUnknDispMask.empty() && rightUnknDispMask.at<uchar>(rightY,rightX) ) 213 occludedMask->at<uchar>(leftY, leftX) = 255; 218 nonOccludedMask->at<uchar>(leftY, leftX) = 255;
|
| /external/opencv3/modules/cudabgsegm/src/cuda/ |
| mog2.cu | 57 __device__ __forceinline__ float cvt(uchar val) 371 0, mog2_caller<uchar, float>, 0, mog2_caller<uchar3, float3>, mog2_caller<uchar4, float4> 430 0, getBackgroundImage2_caller<float, uchar>, 0, getBackgroundImage2_caller<float3, uchar3>, getBackgroundImage2_caller<float4, uchar4>
|
| /external/opencv3/modules/cudaimgproc/src/cuda/ |
| match_template.cu | 67 __device__ __forceinline__ float mul(uchar a, uchar b) { return a * b; } 77 __device__ __forceinline__ float sub(uchar a, uchar b) { return a - b; } 142 0, matchTemplateNaive_CCORR<uchar, 1>, matchTemplateNaive_CCORR<uchar, 2>, matchTemplateNaive_CCORR<uchar, 3>, matchTemplateNaive_CCORR<uchar, 4> 211 0, matchTemplateNaive_SQDIFF<uchar, 1>, matchTemplateNaive_SQDIFF<uchar, 2>, matchTemplateNaive_SQDIFF<uchar, 3>, matchTemplateNaive_SQDIFF<uchar, 4 [all...] |
| generalized_hough.cu | 82 const uchar* edgesRow = edges.ptr(y); 315 uchar* p1_pos_data; 318 uchar* p1_theta_data; 321 uchar* p2_pos_data; 324 uchar* d12_data; 327 uchar* r1_data; 330 uchar* r2_data; [all...] |
| /external/opencv3/modules/cudaobjdetect/src/ |
| cascadeclassifier.cpp | 751 std::vector<uchar> features; 758 features.push_back(saturate_cast<uchar>((int)*(r_it++))); 759 features.push_back(saturate_cast<uchar>((int)*(r_it++))); 760 features.push_back(saturate_cast<uchar>((int)*(r_it++))); 761 features.push_back(saturate_cast<uchar>((int)*(r_it++))); 765 stage_mat.upload(cv::Mat(1, (int) (stages.size() * sizeof(Stage)), CV_8UC1, (uchar*)&(stages[0]) ));
|
| /external/opencv3/modules/imgproc/src/ |
| moments.cpp | 217 struct MomentsInTile_SIMD<uchar, int, int> 224 int operator() (const uchar * ptr, int len, int & x0, int & x1, int & x2, int & x3) 267 struct MomentsInTile_SIMD<uchar, int, int> 276 int operator() (const uchar * ptr, int len, int & x0, int & x1, int & x2, int & x3) 560 uchar nzbuf[TILE_SIZE*TILE_SIZE]; 647 func = momentsInTile<uchar, int, int>;
|
| /frameworks/rs/cpu_ref/ |
| rsCpuIntrinsicColorMatrix.cpp | 813 f.x = (float)(((const uchar *)py)[0]); 873 ((uchar *)out)[0] = sum.x; 887 uchar *out = (uchar *)info->outPtr[0]; 888 uchar *in = (uchar *)info->inPtr[0];
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| Bidi.java | 437 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32) 438 * character according to UTF-16, the second UChar gets the directional property of 444 * following character (UChar), which results in surrogate pairs getting the 1713 int uchar = prologue.codePointAt(i); local 1768 int uchar; local 3296 int uchar = prologue.codePointBefore(i); local 3318 int uchar = epilogue.codePointAt(i); local [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| Bidi.java | 437 * For handling surrogate pairs, where two UChar's form one "abstract" (or UTF-32) 438 * character according to UTF-16, the second UChar gets the directional property of 444 * following character (UChar), which results in surrogate pairs getting the 1749 int uchar = prologue.codePointAt(i); local 1804 int uchar; local 3332 int uchar = prologue.codePointBefore(i); local 3354 int uchar = epilogue.codePointAt(i); local [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| cbiditst.c | 17 #include "unicode/uchar.h" 49 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength, 72 static void _testPresentationForms(const UChar *in); 101 const UChar *dest, int32_t destLen, int mode, 117 static UChar * 118 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer); 120 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels); 203 UChar string[MAXLEN]; 241 static UChar pseudoToUChar[TABLE_SIZE]; 269 UChar uchar local 377 UChar uchar; local [all...] |
| /external/opencv/cv/src/ |
| cvpyrsegmentation.cpp | 181 icvPyrSegmentation8uC1R( uchar * src_image, int src_step, 182 uchar * dst_image, int dst_step, 565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i; 594 icvPyrSegmentation8uC3R( uchar * src_image, int src_step, 595 uchar * dst_image, int dst_step, 997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i; 998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i; 999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i; [all...] |
| cvundistort.cpp | 45 icvUnDistort_8u_CnR( const uchar* src, int srcstep, 46 uchar* dst, int dststep, CvSize size, 76 const uchar* ptr = src + iy*srcstep + ix*cn; 83 dst[u*cn + i] = (uchar)cvRound(t0 + _y*(t1 - t0)); 106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
|
| /external/opencv/cxcore/include/ |
| cxtypes.h | 150 typedef unsigned char uchar; typedef 554 uchar* ptr; 631 m.data.ptr = (uchar*)data; 714 uchar* ptr; 786 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset)) 787 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset)) 1075 uchar* ptr; [all...] |
| /external/opencv3/modules/python/src2/ |
| cv2.cpp | 87 typedef std::vector<uchar> vector_uchar; 147 u->data = u->origdata = (uchar*)PyArray_DATA((PyArrayObject*) o); 527 PyObject* pyopencv_from(const uchar& value) 533 bool pyopencv_to(PyObject* obj, uchar& value, const char* name) 539 value = cv::saturate_cast<uchar>(ivalue); 795 if( dst.data != (uchar*)data ) 848 Mat src((int)value.size(), DataType<_Tp>::channels, DataType<_Tp>::depth, (uchar*)&value[0]); [all...] |
| /external/opencv/ml/src/ |
| mlboost.cpp | 1019 subsample_mask->data.ptr[i] = (uchar)1; 1056 uchar* missing = data->buf->data.ptr + data->buf->step*2; [all...] |
| /external/opencv3/modules/core/test/ |
| test_mat.cpp | 174 testReduce<uchar>( src, sum, avg, max, min, dim ); 593 const uchar* ptr = d == 2 ? M.ptr(idx[0], idx[1], false, phv) : 602 const uchar* ptr = cvPtrND(M, idx, &type, 0); 641 uchar* ptr = d == 2 ? M.ptr(idx[0], idx[1], true, phv) : [all...] |
| /external/opencv/cxcore/src/ |
| cxmeansdv.cpp | 497 const uchar* mask, int maskstep, \ 532 const uchar* mask, int maskstep, \ 556 const uchar* mask, int maskstep, \ 592 const uchar* mask, int maskstep, \ [all...] |
| cxrand.cpp | 395 ICV_IMPL_RAND_BITS( 8u, uchar, CV_CAST_8U ) 400 ICV_IMPL_RAND( 8u, uchar, int, cvFloor, CV_CAST_8U ) 406 ICV_IMPL_RANDN( 8u, uchar, int, cvRound, CV_CAST_8U )
|
| cxswitcher.cpp | 140 if( RegQueryValueEx( key, "~MHz", 0, 0, (uchar*)&val, &sz ) >= 0 ) 413 uchar* addr = 0; 437 addr = (uchar*)GetProcAddress( plugins[idx].handle, name );
|
| /external/opencv/cvaux/src/ |
| cvbgfg_gaussmix.cpp | 295 pixel[k] = (uchar)curr_frame->imageData[p+k]; 578 uchar pixelValue = (uchar)255; // will switch to 0 if match found
|
| /external/opencv3/modules/calib3d/src/ |
| ptsetreg.cpp | 93 uchar* maskptr = mask.ptr<uchar>(); 99 maskptr[i] = (uchar)f;
|
| /external/opencv3/modules/core/include/opencv2/core/ |
| base.hpp | 424 inline int cv_abs(uchar x) { return x; } 536 inline int normL1(const uchar* a, const uchar* b, int n)
|
| /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
| integral.hpp | 399 __host__ static void horisontal_pass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int rows, int cols, cudaStream_t stream) 598 __host__ static void integral(const GlobPtr<uchar>& src, const GlobPtr<uint>& dst, int rows, int cols, cudaStream_t stream) 618 __host__ __forceinline__ void integral(const GlobPtr<uchar>& src, const GlobPtr<int>& dst, int rows, int cols, cudaStream_t stream)
|