| /external/opencv3/samples/cpp/ |
| detect_mser.cpp | 234 vertex.at< Vec3f >(0, nbPix) = Vec3f(float(2 * (x - 0.5)), float(2 * (0.5 - y)), float(imgGray.at<uchar>(i, j) / 512.0)); 428 palette.push_back(Vec3b((uchar)rand(), (uchar)rand(), (uchar)rand()));
|
| grabcut.cpp | 71 uchar rectState, lblsState, prLblsState; 148 uchar bvalue, fvalue;
|
| points_classifier.cpp | 315 uchar key = (uchar)waitKey();
|
| /external/v8/src/regexp/ |
| interpreter-irregexp.cc | 28 unibrow::uchar old_char = subject[from++]; 29 unibrow::uchar new_char = subject[current++]; 31 unibrow::uchar old_string[1] = { old_char }; 32 unibrow::uchar new_string[1] = { new_char };
|
| /frameworks/minikin/libs/minikin/ |
| GraphemeBreak.cpp | 19 #include <unicode/uchar.h>
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| except.h | 219 vec<uchar, va_gc> *GTY((tag ("0"))) other;
|
| /external/opencv/cxcore/src/ |
| cxmathfuncs.cpp | [all...] |
| cxnorm.cpp | 516 const uchar* mask, int maskstep, CvSize size, double* _norm ),\ 552 const uchar* mask, int maskstep, CvSize size, double* _norm ),\ 574 const uchar* mask, int maskstep, CvSize size, \ [all...] |
| /external/opencv/ml/src/ |
| ml_inner_functions.cpp | 468 uchar* srcb = 0; 578 const uchar* src; 579 uchar* dst; 620 dst[i] = (uchar)(src[idx*tm_step] != 0); 1077 const uchar* mask; 1099 int* class_ranges, const uchar** mask ) [all...] |
| /external/opencv3/apps/traincascade/ |
| old_ml_inner_functions.cpp | 401 uchar* srcb = 0; 509 const uchar* src; 510 uchar* dst; 550 dst[i] = (uchar)(src[/*idx*/i*tm_step] != 0); 1007 const uchar* mask; 1029 int* class_ranges, const uchar** mask ) [all...] |
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| kernel_input.rs | 143 SCALAR_TEST(uchar)
|
| primitives.rs | 32 uchar ucharTest = 8;
|
| /external/opencv/cvaux/src/ |
| cvfacedetection.cpp | 138 uchar* buffImg = (uchar*)imgGray->imageData;
|
| /external/opencv/ |
| cvjni.h | 166 void loadImageBytes(const uchar* data,
175 uchar zeropad[] = "\0\0\0\0";
|
| /external/opencv3/modules/cudaimgproc/src/cuda/ |
| canny.cu | 92 texture<uchar, cudaTextureType2D, cudaReadModeElementType> tex_src(false, cudaFilterModePoint, cudaAddressModeClamp); 486 struct GetEdges : unary_function<int, uchar> 488 __device__ __forceinline__ uchar operator ()(int e) const 490 return (uchar)(-(e >> 1));
|
| /external/opencv3/modules/cudev/test/ |
| test_split_merge.cu | 51 typedef ::testing::Types<uchar, ushort, short, int, float> AllTypes;
|
| /external/opencv3/modules/features2d/src/ |
| blobdetector.cpp | 127 blobColor = (uchar)(int)fn["blobColor"]; 275 if (binaryImage.at<uchar> (cvRound(center.location.y), cvRound(center.location.x)) != params.blobColor)
|
| mser.cpp | 109 int getGray(const Pixel* ptr0, const uchar* imgptr0, int mask) const 368 const uchar* imgptr = img.ptr(i); 408 const uchar* imgptr0 = img.ptr(); 683 static double ChiSquaredDistance( const uchar* x, const uchar* y ) 710 const uchar* srcptr = src.ptr(); 711 const uchar* lastptr = srcptr+3; [all...] |
| /external/opencv3/modules/imgproc/src/ |
| gcgraph.hpp | 67 uchar t; 189 uchar vt;
|
| /external/opencv3/modules/java/src/ |
| imgcodecs.cpp | 235 std::vector<uchar> buf; 263 std::vector<uchar> buf;
|
| /external/opencv3/modules/ml/test/ |
| test_save_load.cpp | 103 uchar buf1[BUFSZ], buf2[BUFSZ]; 226 std::vector<uchar> varTypes;
|
| /external/opencv3/modules/photo/src/ |
| calibrate.cpp | 203 uchar *ptr = images[i].ptr(); 220 uchar *ptr = images[i].ptr();
|
| fast_nlmeans_denoising_opencl.hpp | 123 (depth == CV_8U ? sizeof(uchar) : sizeof(ushort)) * (cn == 3 ? 4 : cn), 133 !ocl_calcAlmostDist2Weight<float, uchar, int>(almostDist2Weight,
|
| /external/opencv3/modules/video/perf/ |
| perf_optflowpyrlk.cpp | 78 vector<uchar> status; 152 vector<uchar> status;
|
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
| JPEGTest.c | 61 typedef unsigned char uchar; typedef 96 return(((uchar *)Short)[0] << 8) | ((uchar *)Short)[1]; 117 int GetYUVformat(uchar * Data) 220 uchar * Data = NULL; 262 Data = (uchar *)malloc(itemlen); 268 Data[0] = (uchar)lh; 269 Data[1] = (uchar)ll; [all...] |