HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 276 - 300 of 778) sorted by null

<<11121314151617181920>>

  /external/opencv/cv/src/
cvsmooth.cpp 68 static void icvSumRow_8u32s( const uchar* src0, int* dst, void* params );
70 static void icvSumCol_32s8u( const int** src, uchar* dst, int dst_step,
177 uchar* s;
186 s[i] = (uchar)0;
191 icvSumRow_8u32s( const uchar* src, int* dst, void* params )
243 icvSumCol_32s8u( const int** src, uchar* dst,
286 dst[i] = (uchar)t0; dst[i+1] = (uchar)t1;
292 sum[i] = s0 - sm[i]; dst[i] = (uchar)t0;
649 icvMedianBlur_8u_CnR_O1( uchar* src, int src_step, uchar* dst, int dst_step
    [all...]
cvaccum.cpp 75 ICV_DEF_ACC_FUNC( icvAdd_8u32f_C1IR, uchar, float, CV_8TO32F )
77 ICV_DEF_ACC_FUNC( icvAddSquare_8u32f_C1IR, uchar, float, CV_8TO32F_SQR )
113 ICV_DEF_ACCPROD_FUNC( 8u32f, uchar, float, CV_8TO32F )
148 ICV_DEF_ACCWEIGHT_FUNC( 8u32f, uchar, float, CV_8TO32F )
154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
182 ICV_DEF_ACCMASK_FUNC_C1( icvAdd_8u32f_C1IMR, uchar, float, CV_8TO32F )
184 ICV_DEF_ACCMASK_FUNC_C1( icvAddSquare_8u32f_C1IMR, uchar, float, CV_8TO32F_SQR )
191 const uchar* mask, int maskstep, dsttype *dst, int dststep, CvSize size ),\
219 ICV_DEF_ACCPRODUCTMASK_FUNC_C1( 8u32f, uchar, float, CV_8TO32F )
224 ( const srctype *src, int srcstep, const uchar* mask, int maskstep,
    [all...]
cvstereogc.cpp 62 uchar t;
87 static uchar icvTruncTab[512];
98 icvTruncTab[i] = (uchar)MIN(MAX(i-255,0),255);
170 uchar vt;
428 static inline int icvDataCostFuncGraySubpix( const uchar* a, const uchar* b )
454 const uchar* sptr = src->data.ptr + sstep*y;
455 const uchar* sptr_prev = y > 0 ? sptr - sstep : sptr;
456 const uchar* sptr_next = y < rows-1 ? sptr + sstep : sptr;
457 uchar* dptr = dst->data.ptr + dst->step*y
    [all...]
cvhistogram.cpp 436 union { float* fl; uchar* ptr; } v;
531 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1), 0, 0, &node1->hashval );
563 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
593 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
614 uchar* node2_data = cvPtrND( mat2, CV_NODE_IDX(mat1,node1),
871 icvCalcHist_8u_C1R( uchar** img, int step, uchar* mask, int maskStep,
908 uchar* ptr = img[0];
949 uchar* ptr0 = img[0];
950 uchar* ptr1 = img[1]
    [all...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_png.cpp 126 void PngDecoder::readDataFromBuf( void* _png_ptr, uchar* dst, size_t size )
228 AutoBuffer<uchar*> _buffer(m_height);
229 uchar** buffer = _buffer;
231 uchar* data = img.ptr();
324 void PngEncoder::writeDataToBuf(void* _png_ptr, uchar* src, size_t size)
349 AutoBuffer<uchar*> buffer;
grfmt_jpeg2000.cpp 61 #undef uchar macro
158 uchar* data = img.ptr();
286 bool Jpeg2KDecoder::readComponent8u( uchar *data, void *_buffer,
309 uchar* dst = data + (y - yoffset) * step - xoffset;
317 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix);
323 dst[x*ncmpts] = cv::saturate_cast<uchar>(pix);
330 dst[x*ncmpts] = dst[(x+1)*ncmpts] = cv::saturate_cast<uchar>(pix);
336 pix = cv::saturate_cast<uchar>(pix);
338 dst[x*ncmpts] = (uchar)pix;
504 const uchar* data = _img.ptr(y)
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
healing.rs 86 rs_allocation mask; // uchar
95 float3 __attribute__((kernel)) copyMasked(uchar in, uint32_t x, uint32_t y) {
112 float3 __attribute__((kernel)) solve1(uchar in, uint32_t x, uint32_t y) {
126 float3 __attribute__((kernel)) solve2(uchar in, uint32_t x, uint32_t y) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 23 uchar __attribute__((kernel)) testAbsCharUchar(char inV) {
TestClz.rs 39 uchar __attribute__((kernel)) testClzUcharUchar(uchar inValue) {
  /external/opencv3/3rdparty/libjasper/jasper/
jas_config.h.in 151 #undef uchar
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 211 uchar* ptr(int y = 0);
212 const uchar* ptr(int y = 0) const;
292 uchar* data;
299 uchar* datastart;
300 const uchar* dataend;
419 uchar* data;
422 uchar* datastart;
423 const uchar* dataend;
  /external/opencv3/modules/cudaarithm/src/cuda/
div_scalar.cu 167 {divScalarImpl<uchar, float, uchar>, divScalarImpl<uchar2, float, uchar2>, divScalarImpl<uchar3, float, uchar3>, divScalarImpl<uchar4, float, uchar4>},
168 {divScalarImpl<uchar, float, schar>, divScalarImpl<uchar2, float, char2>, divScalarImpl<uchar3, float, char3>, divScalarImpl<uchar4, float, char4>},
169 {divScalarImpl<uchar, float, ushort>, divScalarImpl<uchar2, float, ushort2>, divScalarImpl<uchar3, float, ushort3>, divScalarImpl<uchar4, float, ushort4>},
170 {divScalarImpl<uchar, float, short>, divScalarImpl<uchar2, float, short2>, divScalarImpl<uchar3, float, short3>, divScalarImpl<uchar4, float, short4>},
171 {divScalarImpl<uchar, float, int>, divScalarImpl<uchar2, float, int2>, divScalarImpl<uchar3, float, int3>, divScalarImpl<uchar4, float, int4>},
172 {divScalarImpl<uchar, float, float>, divScalarImpl<uchar2, float, float2>, divScalarImpl<uchar3, float, float3>, divScalarImpl<uchar4, float, float4>},
173 {divScalarImpl<uchar, double, double>, divScalarImpl<uchar2, double, double2>, divScalarImpl<uchar3, double, double3>, divScalarImpl<uchar4, double, double4>}
176 {divScalarImpl<schar, float, uchar>, divScalarImpl<char2, float, uchar2>, divScalarImpl<char3, float, uchar3>, divScalarImpl<char4, float, uchar4>},
185 {0 /*divScalarImpl<ushort, float, uchar>*/, 0 /*divScalarImpl<ushort2, float, uchar2>*/, 0 /*divScalarImpl<ushort3, float, uchar3>*/, 0 /* (…)
    [all...]
minmax.cu 70 gridFindMinMaxVal(src, dst, globPtr<uchar>(mask), stream);
92 minMaxImpl<uchar, int>,
154 gridFindMaxVal(abs_(src), dst, globPtr<uchar>(mask), stream);
163 findMaxAbsImpl<uchar, int>,
  /external/opencv3/modules/cudastereo/src/
util.cpp 71 {reprojectImageTo3D_gpu<uchar, float3>, 0, 0, reprojectImageTo3D_gpu<short, float3>},
72 {reprojectImageTo3D_gpu<uchar, float4>, 0, 0, reprojectImageTo3D_gpu<short, float4>}
  /external/opencv3/modules/cudawarping/src/
pyramids.cpp 73 {pyrDown_gpu<uchar> , 0 /*pyrDown_gpu<uchar2>*/ , pyrDown_gpu<uchar3> , pyrDown_gpu<uchar4> },
113 {pyrUp_gpu<uchar> , 0 /*pyrUp_gpu<uchar2>*/ , pyrUp_gpu<uchar3> , pyrUp_gpu<uchar4> },
  /external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
pointPolygonTest_demo.cpp 64 { drawing.at<Vec3b>(j,i)[0] = (uchar)(255 - abs(raw_dist.at<float>(j,i))*255/minVal); }
66 { drawing.at<Vec3b>(j,i)[2] = (uchar)(255 - raw_dist.at<float>(j,i)*255/maxVal); }
  /external/opencv3/modules/ts/src/
ts.cpp 601 uchar vals[] = {uchar(valR), uchar(valC), uchar(200*r/img.rows), uchar(255)};
602 uchar *p = img.ptr(r, c);
614 uchar *p = NULL;
627 for(i=0; i<ch; i++) p[i] = uchar(s[i]);
634 for(i=0; i<ch; i++) p[i] = uchar(s[i]);
646 for(i=0; i<ch; i++) p[i] = uchar(s[i])
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 198 bool GrFmtExrReader::ReadData( uchar* data, int step, int color )
325 uchar *out = data;
401 void GrFmtExrReader::UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample )
445 void GrFmtExrReader::UpSampleY( uchar *data, int xstep, int ystep, int ysample )
478 b = ((uchar *)data)[y * step + x * 3];
479 Y = ((uchar *)data)[y * step + x * 3 + 1];
480 r = ((uchar *)data)[y * step + x * 3 + 2];
501 ((uchar *)data)[y * step + x * 3] = CV_CAST_8U(t);
503 ((uchar *)data)[y * step + x * 3 + 1] = CV_CAST_8U(t);
505 ((uchar *)data)[y * step + x * 3 + 2] = CV_CAST_8U(t)
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp 127 : unary_function<typename MakeVec<uchar, scn>::type, ushort>
129 __device__ ushort operator ()(const typename MakeVec<uchar, scn>::type& src) const
262 : unary_function<uchar, ushort>
264 __device__ ushort operator ()(uchar src) const
272 : unary_function<uchar, ushort>
274 __device__ ushort operator ()(uchar src) const
286 : unary_function<ushort, uchar>
288 __device__ uchar operator ()(ushort src) const
290 return (uchar) CV_CUDEV_DESCALE(((src << 3) & 0xf8) * B2Y + ((src >> 2) & 0xf8) * G2Y + ((src >> 7) & 0xf8) * R2Y, yuv_shift);
295 : unary_function<ushort, uchar>
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 210 iterator->ptr = (uchar*)(mat->data.ptr + pt1.y * step + pt1.x * bt_pix0);
282 static const uchar icvSlopeCorrTable[] = {
306 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2];
309 uchar* ptr = (uchar*)(img->data.ptr);
412 tptr[0] = (uchar)_cb; \
413 tptr[1] = (uchar)_cg; \
414 tptr[2] = (uchar)_cr;
    [all...]
  /bionic/libc/bionic/
c16rtomb.cpp 30 #include <uchar.h>
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_blur.rs 30 float4 __attribute__((kernel)) convert1_uToF(uchar v) {
39 uchar __attribute__((kernel)) convert1_fToU(float4 v) {
  /external/opencv/cvaux/src/
cvcorrespond.cpp 61 uchar *matchEdges;
76 uchar cpath;
99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar ));
  /external/opencv3/modules/core/include/opencv2/core/cuda/
datamov_utils.hpp 94 OPENCV_CUDA_DEFINE_FORCE_GLOB_B(uchar, u8)
  /external/opencv3/modules/imgcodecs/include/opencv2/
imgcodecs.hpp 177 bgra[1] = saturate_cast<uchar>((float (mat.cols - j)) / ((float)mat.cols) * UCHAR_MAX); // Green
178 bgra[2] = saturate_cast<uchar>((float (mat.rows - i)) / ((float)mat.rows) * UCHAR_MAX); // Red
179 bgra[3] = saturate_cast<uchar>(0.5 * (bgra[1] + bgra[2])); // Alpha
243 CV_OUT std::vector<uchar>& buf,

Completed in 701 milliseconds

<<11121314151617181920>>