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

1 2 34 5 6 7 8 91011>>

  /external/bzip2/
unzcrash.c 37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 59 bool ReadData( uchar* data, int step, int color );
78 bool WriteImage( const uchar* data, int step,
115 bool ReadData( uchar* data, int step, int color );
156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
190 bool WriteImage( const uchar* data, int step,
bitstrm.cpp 59 void bsBSwapBlock( uchar *start, uchar *end )
88 m_start = new uchar[m_block_size + m_unGetsize];
235 uchar *current = m_current;
244 val = *((uchar*)current);
252 uchar* data = (uchar*)buffer;
286 uchar *current = m_current;
305 uchar *current = m_current;
327 uchar *current = m_current
    [all...]
grfmt_sunras.h 70 bool ReadData( uchar* data, int step, int color );
93 bool WriteImage( const uchar* data, int step,
grfmt_sunras.cpp 125 uchar buffer[256*3];
173 bool GrFmtSunRasterReader::ReadData( uchar* data, int step, int color )
176 uchar buffer[buffer_size];
177 uchar bgr_buffer[buffer_size];
178 uchar gray_palette[256];
180 uchar* src = buffer;
181 uchar* bgr = bgr_buffer;
191 src = new uchar[src_pitch+32];
194 bgr = new uchar[m_width*3 + 32];
221 uchar* line_end = src + (m_width*m_bpp + 7)/8
    [all...]
  /external/icu/icu4c/source/common/
ucharstrie.cpp 31 const UChar *pos=pos_;
60 UCharsTrie::branchNext(const UChar *pos, int32_t length, int32_t uchar) {
69 if(uchar<*pos++) {
81 if(uchar==*pos++) {
111 if(uchar==*pos++) {
122 UCharsTrie::nextImpl(const UChar *pos, int32_t uchar) {
126 return branchNext(pos, node, uchar);
130 if(uchar==*pos++)
189 int32_t uchar; local
    [all...]
  /external/opencv/cv/src/
_cvimgproc.h 79 icvCopyReplicateBorder_8u( const uchar* src, int srcstep, CvSize srcroi,
80 uchar* dst, int dststep, CvSize dstroi,
81 int left, int right, int cn, const uchar* value = 0 );
104 ( const uchar* src, int src_step, CvSize src_size,
105 uchar* dst, int dst_step, CvSize win_size, CvPoint2D32f center );
107 ( const uchar* src, int src_step, CvSize src_size,
114 ( const uchar* src, int src_step, CvSize src_size,
115 uchar* dst, int dst_step, CvSize win_size, const float *matrix );
117 ( const uchar* src, int src_step, CvSize src_size,
cvcanny.cpp 53 uchar **stack_top, **stack_bottom = 0;
65 uchar* map;
131 map = (uchar*)(mag_buf[2] + size.width + 2);
135 CV_CALL( stack_top = stack_bottom = (uchar**)cvAlloc( maxsize*sizeof(stack_top[0]) ));
153 #define CANNY_PUSH(d) *(d) = (uchar)2, *stack_top++ = (d)
169 uchar* _map;
221 uchar** new_stack_bottom;
223 CV_CALL( new_stack_bottom = (uchar**)cvAlloc( maxsize * sizeof(stack_top[0])) );
259 _map[j] = (uchar)0;
273 _map[j] = (uchar)0
    [all...]
cvadapthresh.cpp 55 uchar tab[768];
81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0);
84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0);
88 const uchar* s = src->data.ptr + i*src->step;
89 const uchar* m = mean->data.ptr + i*mean->step;
90 uchar* d = dst->data.ptr + i*dst->step;
_cvipp.h 120 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
124 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
129 const uchar* mask, int maskstep, acctype* dst, int dststep, CvSize size )) \
132 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
137 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
141 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
146 const uchar* mask, int maskstep, acctype* dst, int dststep, CvSize size )) \
149 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
152 IPCV_ACCUM( 8u32f, uchar, float )
330 CV_PLUGINS1(CV_PLUGIN_IPPCV), ( int width, const uchar* element,
    [all...]
  /external/opencv/cvaux/src/
_cvvm.h 71 CV_INLINE int icvGetColor(uchar* valueRGB);
75 uchar* prewarp, /* prewarp image */
82 CvStatus icvMorphEpilines8uC3( uchar* first_pix, /* raster epiline from the first image */
83 uchar* second_pix, /* raster epiline from the second image */
84 uchar* dst_pix, /* raster epiline from the destination image */
108 uchar* src, int src_step,
109 uchar* dst, int* dst_num,
115 uchar* src, int src_num,
116 uchar* dst, int dst_step,
cvdpstereo.cpp 70 uchar step; //local-optimal step
76 uchar min_val, max_val;
84 void icvFindStereoCorrespondenceByBirchfieldDP( uchar* src1, uchar* src2,
85 uchar* disparities,
95 uchar *dispdata;
98 uchar val, prevval, prev, curr;
100 uchar* dest = disparities;
109 uchar* dsi = (uchar*)cvAlloc(sizeof(uchar)*imgW*dispH)
    [all...]
  /external/opencv3/modules/imgproc/src/
filterengine.hpp 70 virtual void operator()(const uchar* src, uchar* dst, int width, int cn) = 0;
98 virtual void operator()(const uchar** src, uchar* dst, int dststep, int dstcount, int width) = 0;
126 virtual void operator()(const uchar** src, uchar* dst, int dststep, int dstcount, int width, int cn) = 0;
175 const uchar* sptr = src.data + y*src.step;
237 virtual int proceed(const uchar* src, int srcStep, int srcCount,
238 uchar* dst, int dstStep);
264 std::vector<uchar> ringBuf
    [all...]
  /external/opencv3/modules/imgproc/test/
test_cvtyuv.cpp 59 virtual void write(Mat& gray, int row, int col, const uchar& val)
61 gray.at<uchar>(row, col) = val;
139 yuv.ptr<uchar>(row)[col] = val[0];
142 yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)] = val[2];
143 yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)] = val[1];
154 yuv.ptr<uchar>(row)[col] = val[0];
157 yuv.ptr<uchar>(h + row/4)[col/2 + ((row/2) % 2) * (yuv.cols/2)] = val[1];
158 yuv.ptr<uchar>(h + (row/2 + h/2)/2)[col/2 + ((row/2 + h/2) % 2) * (yuv.cols/2)] = val[2];
180 uchar y = yuv.ptr<uchar>(row)[col]
    [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
bitwise_mat.cu 100 GlobPtrSz<uchar> vsrc = globPtr((uchar*) src.data, src.step, src.rows, bcols);
101 GlobPtrSz<uchar> vdst = globPtr((uchar*) dst.data, dst.step, src.rows, bcols);
103 gridTransformUnary(vsrc, vdst, bit_not<uchar>(), stream);
113 gridTransformUnary(vsrc, vdst, bit_not<uint>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream);
120 gridTransformUnary(vsrc, vdst, bit_not<ushort>(), singleMaskChannels(globPtr<uchar>(mask), src.channels()), stream);
124 GlobPtrSz<uchar> vsrc = globPtr((uchar*) src.data, src.step, src.rows, src.cols * src.channels());
125 GlobPtrSz<uchar> vdst = globPtr((uchar*) dst.data, dst.step, src.rows, src.cols * src.channels())
    [all...]
bitwise_scalar.cu 82 packedVal |= cv::saturate_cast<uchar>(value[0]);
83 packedVal |= cv::saturate_cast<uchar>(value[1]) << 8;
84 packedVal |= cv::saturate_cast<uchar>(value[2]) << 16;
85 packedVal |= cv::saturate_cast<uchar>(value[3]) << 24;
135 {BitScalar<uchar, bitScalarOp<bit_and, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiAndC_8u_C3R >::call, BitScalar4< bitScalarOp<bit_and, uint> >::call},
136 {BitScalar<uchar, bitScalarOp<bit_and, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiAndC_8u_C3R >::call, BitScalar4< bitScalarOp<bit_and, uint> >::call},
143 {BitScalar<uchar, bitScalarOp<bit_or, uchar> >::call , 0, NppBitwiseC<CV_8U , 3, nppiOrC_8u_C3R >::call, BitScalar4< bitScalarOp<bit_or, uint (…)
    [all...]
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 263 gridTransformUnary_< CopyToPolicy<sizeof(typename VecTraits<T>::elem_type)> >(globPtr<T>(src), globPtr<T>(dst), identity<T>(), globPtr<uchar>(mask), stream);
275 uchar* data0 = _dst.getGpuMat().data;
288 {copyWithMask<uchar>, copyWithMask<uchar2>, copyWithMask<uchar3>, copyWithMask<uchar4>},
328 gridTransformUnary(constantPtr(VecTraits<T>::make(scalar.val), mat.rows, mat.cols), globPtr<T>(mat), identity<T>(), globPtr<uchar>(mask), stream);
358 const int val = cv::saturate_cast<uchar>(value[0]);
372 {setToWithOutMask<uchar>,setToWithOutMask<uchar2>,setToWithOutMask<uchar3>,setToWithOutMask<uchar4>},
403 {setToWithMask<uchar>,setToWithMask<uchar2>,setToWithMask<uchar3>,setToWithMask<uchar4>},
499 {0, convertToNoScale<uchar, schar>, convertToNoScale<uchar, ushort>, convertToNoScale<uchar, short>, convertToNoScale<uchar, int>, convertToNoScale<uchar, float>, convertToNoScale<uchar, dou (…)
    [all...]
  /external/opencv/cxcore/src/
_cxcore.h 84 extern const uchar icvSaturate8u[];
298 CvStatus CV_STDCALL icvSetZero_8u_C1R( uchar* dst, int dststep, CvSize size );
303 CvStatus CV_STDCALL icvLUT_Transform8u_8u_C1R( const uchar* src, int srcstep, uchar* dst,
304 int dststep, CvSize size, const uchar* lut );
305 CvStatus CV_STDCALL icvLUT_Transform8u_16u_C1R( const uchar* src, int srcstep, ushort* dst,
307 CvStatus CV_STDCALL icvLUT_Transform8u_32s_C1R( const uchar* src, int srcstep, int* dst,
309 CvStatus CV_STDCALL icvLUT_Transform8u_64f_C1R( const uchar* src, int srcstep, double* dst,
312 CvStatus CV_STDCALL icvLUT_Transform8u_8u_C2R( const uchar* src, int srcstep, uchar* dst
    [all...]
  /external/libutf/
utfnlen.c 29 c = *(uchar*)s;
utfrrune.c 32 c1 = *(uchar*)s;
utfrune.c 31 c1 = *(uchar*)s;
  /external/opencv/cv/include/
cv.hpp 57 typedef void (*CvRowFilterFunc)( const uchar* src, uchar* dst, void* params );
58 typedef void (*CvColumnFilterFunc)( uchar** src, uchar* dst, int dst_step, int count, void* params );
92 or a list of row pointers (uchar** src2).
129 virtual int fill_cyclic_buffer( const uchar* src, int src_step,
143 uchar* buffer;
144 uchar** rows;
146 uchar *buf_start, *buf_end, *buf_head, *buf_tail;
154 uchar* const_row
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_config.h 152 #define uchar unsigned char macro
  /external/opencv3/apps/traincascade/
lbpfeatures.h 19 virtual void setImage(const cv::Mat& img, uchar clsLabel, int idx);
31 uchar calc( const cv::Mat& _sum, size_t y ) const;
42 inline uchar CvLBPEvaluator::Feature::calc(const cv::Mat &_sum, size_t y) const
47 return (uchar)((psum[p[0]] - psum[p[1]] - psum[p[4]] + psum[p[5]] >= cval ? 128 : 0) | // 0
  /external/opencv3/modules/cudev/test/
test_pyramids.cu 57 GpuMat_<uchar> d_src(src);
59 GpuMat_<uchar> dst = pyrDown_(d_src);

Completed in 950 milliseconds

1 2 34 5 6 7 8 91011>>