| /bionic/libc/bionic/ |
| c32rtomb.cpp | 30 #include <uchar.h>
|
| /external/opencv3/3rdparty/libjasper/ |
| jas_debug.c | 125 uchar *dp;
|
| /external/opencv3/modules/core/src/opencl/ |
| mixchannels.cl | 45 __global const uchar * src##i##ptr, int src##i##_step, int src##i##_offset, 47 __global uchar * dst##i##ptr, int dst##i##_step, int dst##i##_offset,
|
| /external/opencv3/modules/cudaarithm/src/cuda/ |
| integral.cu | 71 gridIntegral(globPtr<uchar>(src), res, stream); 95 gridIntegral(sqr_(cvt_<int>(globPtr<uchar>(src))), res, stream);
|
| copy_make_border.cu | 131 { copyMakeBorderImpl<uchar , 1> , copyMakeBorderImpl<uchar , 2> , copyMakeBorderImpl<uchar , 3> , copyMakeBorderImpl<uchar , 4> },
|
| /external/opencv3/modules/cudev/include/opencv2/cudev/warp/ |
| shuffle.hpp | 61 __device__ __forceinline__ uchar shfl(uchar val, int srcLane, int width = warpSize) 63 return (uchar) __shfl((int) val, srcLane, width); 139 CV_CUDEV_SHFL_VEC_INST(uchar) 152 __device__ __forceinline__ uchar shfl_up(uchar val, uint delta, int width = warpSize) 154 return (uchar) __shfl_up((int) val, delta, width); 230 CV_CUDEV_SHFL_UP_VEC_INST(uchar) 243 __device__ __forceinline__ uchar shfl_down(uchar val, uint delta, int width = warpSize [all...] |
| /external/opencv3/modules/cudev/test/ |
| test_integral.cu | 57 GpuMat_<uchar> d_src(src); 93 GpuMat_<uchar> d_src(src);
|
| test_color_cvt.cu | 68 GpuMat_<SelectIf<src_cn == 1, uchar, uchar ## src_cn>::type> d_srcb(srcb); \ 69 GpuMat_<SelectIf<dst_cn == 1, uchar, uchar ## dst_cn>::type> dstb = src_space ## _to_ ## dst_space ## _(d_srcb); \
|
| test_cvt.cu | 51 typedef ::testing::Types<uchar, ushort, short, int, float> AllTypes;
|
| test_lut.cu | 77 TYPED_TEST_CASE(LutTest, uchar);
|
| /external/opencv3/modules/imgcodecs/src/ |
| grfmt_tiff.cpp | 205 uchar* data = img.ptr(); 251 AutoBuffer<uchar> _buffer( buffer_size ); 252 uchar* buffer = _buffer; 276 uchar * bstart = buffer; 594 AutoBuffer<uchar> _buffer(scanlineSize+32); 595 uchar* buffer = _buffer; 737 AutoBuffer<uchar> _buffer(fileStep+32); 738 uchar* buffer = _buffer; 854 (*m_buf)[4] = (uchar)directoryOffset; 855 (*m_buf)[5] = (uchar)(directoryOffset >> 8) [all...] |
| /external/opencv3/modules/imgproc/src/opencl/ |
| pyr_up.cl | 75 __kernel void pyrUp(__global const uchar * src, int src_step, int src_offset, int src_rows, int src_cols, 76 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols) 87 __global uchar * dstData = dst + dst_offset; 88 __global const uchar * srcData = src + src_offset; 131 __kernel void pyrUp_unrolled(__global const uchar * src, int src_step, int src_offset, int src_rows, int src_cols, 132 __global uchar * dst, int dst_step, int dst_offset, int dst_rows, int dst_cols) 140 __global uchar * dstData = dst + dst_offset; 141 __global const uchar * srcData = src + src_offset;
|
| threshold.cl | 54 __kernel void threshold(__global const uchar * srcptr, int src_step, int src_offset, 55 __global uchar * dstptr, int dst_step, int dst_offset, int rows, int cols,
|
| /external/opencv3/modules/imgproc/src/ |
| samplers.cpp | 48 static const uchar* 49 adjustRect( const uchar* src, size_t src_step, int pix_size, 114 uchar operator()(int a) const { return (uchar)((a + (1 << (SUBPIX_SHIFT-1))) >> SUBPIX_SHIFT); } 119 uchar operator()(float a) const { return (uchar)cvRound(a); } 185 src = (const _Tp*)adjustRect( (const uchar*)src, src_step*sizeof(*src), 220 ( const uchar* src, size_t src_step, Size src_size, 265 getRectSubPix_Cn_<uchar, float, float, nop<float>, nop<float> > 271 getQuadrangleSubPix_8u32f_CnR( const uchar* src, size_t src_step, Size src_size [all...] |
| /external/opencv3/samples/cpp/tutorial_code/HighGUI/ |
| BasicLinearTransformsTrackbar.cpp | 33 new_image.at<Vec3b>(y,x)[c] = saturate_cast<uchar>( alpha*( image.at<Vec3b>(y,x)[c] ) + beta );
|
| /external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
| BasicLinearTransforms.cpp | 41 new_image.at<Vec3b>(y,x)[c] = saturate_cast<uchar>( alpha*( image.at<Vec3b>(y,x)[c] ) + beta );
|
| /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/opencv3/modules/core/src/ |
| cuda_stream.cpp | 60 uchar* requestMemory(size_t size); 61 void returnMemory(uchar* ptr); 63 uchar* datastart; 64 uchar* dataend; 65 uchar* tip; 75 uchar* MemoryStack::requestMemory(size_t size) 82 uchar* ptr = tip; 93 void MemoryStack::returnMemory(uchar* ptr) 136 uchar* mem_; 172 uchar* ptr = mem_ [all...] |
| /external/opencv/cv/src/ |
| 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...] |
| /external/opencv/cvaux/src/ |
| cvcreatehandmask.cpp | 53 uchar * image_mask, int step, 118 uchar *img_mask_data = 0;
|
| /external/opencv3/apps/traincascade/ |
| HOGfeatures.cpp | 29 void CvHOGEvaluator::setImage(const Mat &img, uchar clsLabel, int idx) 190 const uchar* currPtr = img.ptr(ymap[y]); 191 const uchar* prevPtr = img.ptr(ymap[y-1]); 192 const uchar* nextPtr = img.ptr(ymap[y+1]); 194 uchar* qanglePtr = qangle.ptr(y); 214 qanglePtr[x] = (uchar)bidx; 222 const uchar* binsBuf; 224 int binsStep = (int)( qangle.step / sizeof(uchar) );
|
| /external/opencv3/modules/cudaimgproc/src/cuda/ |
| blend.cu | 82 template void blendLinearCaller<uchar>(int, int, int, PtrStep<uchar>, PtrStep<uchar>, PtrStepf, PtrStepf, PtrStep<uchar>, cudaStream_t stream);
|
| /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
| glob.hpp | 72 __device__ __forceinline__ T* row(int y) { return ( T*)( ( uchar*)data + y * step); } 73 __device__ __forceinline__ const T* row(int y) const { return (const T*)( (const uchar*)data + y * step); }
|
| /frameworks/rs/scriptc/ |
| 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;
|