HomeSort by relevance Sort by last modified time
    Searched refs:uchar (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/opencv/otherlibs/highgui/
utils.h 51 (((uchar*)(ptr))[0] = (clr).b, \
52 ((uchar*)(ptr))[1] = (clr).g, \
53 ((uchar*)(ptr))[2] = (clr).r)
56 #define saturate(x) (uchar)(((x) & ~255) == 0 ? (x) : ~((x)>>31))
61 void icvCvt_BGR2Gray_8u_C3C1R( const uchar* bgr, int bgr_step,
62 uchar* gray, int gray_step,
64 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* bgra, int bgra_step,
65 uchar* gray, int gray_step,
67 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step,
68 uchar* bgr, int bgr_step, CvSize size )
    [all...]
utils.cpp 83 void icvCvt_BGR2Gray_8u_C3C1R( const uchar* rgb, int rgb_step,
84 uchar* gray, int gray_step,
94 gray[i] = (uchar)t;
121 void icvCvt_BGRA2Gray_8u_C4C1R( const uchar* rgba, int rgba_step,
122 uchar* gray, int gray_step,
132 gray[i] = (uchar)t;
140 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step,
141 uchar* bgr, int bgr_step, CvSize size )
155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
156 uchar* bgr, int bgr_step
    [all...]
bitstrm.h 56 typedef unsigned char uchar; typedef
79 uchar* m_start;
80 uchar* m_end;
81 uchar* m_current;
95 // class RLByteStream - uchar-oriented stream.
96 // l in prefix means that the least significant uchar of a multi-uchar value goes first
108 // class RMBitStream - uchar-oriented stream.
109 // m in prefix means that the most significant uchar of a multi-uchar value go firs
    [all...]
grfmt_jpeg2000.h 53 #undef uchar macro
68 bool ReadData( uchar* data, int step, int color );
73 bool ReadComponent8u( uchar *data, jas_matrix_t *buffer, int step, int cmpt,
91 bool WriteImage( const uchar* data, int step,
94 bool WriteComponent8u( jas_image_t *img, const uchar *data,
grfmt_bmp.h 64 bool ReadData( uchar* data, int step, int color );
86 bool WriteImage( const uchar* data, int step,
grfmt_imageio.h 24 bool ReadData( uchar* data, int step, int color );
40 bool WriteImage( const uchar* data, int step,
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
82 bool WriteImage( const uchar* data, int step,
grfmt_pxm.h 57 bool ReadData( uchar* data, int step, int color );
81 bool WriteImage( const uchar* data, int step,
grfmt_exr.h 65 bool ReadData( uchar* data, int step, int color );
70 void UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample );
72 void UpSampleY( uchar *data, int xstep, int ystep, int ysample );
95 bool WriteImage( const uchar* data, int step,
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...]
  /external/opencv/
WLNonFileByteStream.h 37 uchar* GetByte();
44 uchar* m_start;
45 uchar* m_end;
46 uchar* m_current;
WLNonFileByteStream.cpp 36 m_start = new uchar[data_size];
73 *m_current++ = (uchar)val;
79 uchar* data = (uchar*)buffer;
103 uchar *current = m_current;
107 current[0] = (uchar)val;
108 current[1] = (uchar)(val >> 8);
121 uchar *current = m_current;
125 current[0] = (uchar)val;
126 current[1] = (uchar)(val >> 8);
    [all...]
  /external/v8/src/
unicode.h 40 typedef unsigned int uchar; typedef in namespace:unibrow
53 inline bool get(uchar c);
56 bool CalculateValue(uchar c);
59 inline CacheEntry(uchar code_point, bool value)
62 uchar code_point_ : 21;
78 inline int get(uchar c, uchar n, uchar* result);
81 int CalculateValue(uchar c, uchar n, uchar* result)
    [all...]
unicode-inl.h 35 template <class T, int s> bool Predicate<T, s>::get(uchar code_point) {
42 uchar code_point) {
48 template <class T, int s> int Mapping<T, s>::get(uchar c, uchar n,
49 uchar* result) {
63 template <class T, int s> int Mapping<T, s>::CalculateValue(uchar c, uchar n,
64 uchar* result) {
81 unsigned Utf8::Encode(char* str, uchar c) {
105 uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor)
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 91 num += CV_MAT_ELEM(*f,uchar,i,j)!=0;
121 if (CV_MAT_ELEM(*f,uchar,i,j)!=0) {
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
218 if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
225 else if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
244 CV_MAT_ELEM(*f,uchar,ii,jj) = (uchar)known;
254 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
260 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
269 if (CV_MAT_ELEM(*f,uchar,i,j) == CHANGE)
    [all...]
_cv.h 60 typedef unsigned char uchar; typedef
71 extern const uchar icvSaturate8u_cv[];
101 uchar **ptr;
105 uchar *state;
_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;
  /frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/
launchtestxyw.rs 20 void root(uchar *v_out, uint32_t x, uint32_t y) {
  /external/opencv/cvaux/src/
cvprewarp.cpp 48 uchar * prewarp_1, /* prewarp image 1 */
49 uchar * prewarp_2, /* prewarp image 2 */
74 icvGetColor( uchar * valueRGB )
88 uchar * prewarp, /* prewarp image */
98 uchar *curr_point;
145 uchar * prewarp_1, /* prewarp image 1 */
146 uchar * prewarp_2, /* prewarp image 2 */
cvmorphing.cpp 46 icvMorphEpilines8uC3( uchar * first_pix, /* raster epiline from image 1 */
47 uchar * second_pix, /* raster epiline from image 2 */
48 uchar * dst_pix, /* raster epiline from dest image */
120 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex]) * s) >> 8);
125 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 1]) * s) >> 8);
130 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 2]) * s) >> 8);
210 (uchar) (dst_pix[indexImg1] +
211 (uchar) (((unsigned int) (second_pix[begLineIndex]) * s1) >> 8));
217 (uchar) (dst_pix[indexImg1] +
218 (uchar) (((unsigned int) (second_pix[begLineIndex + 1]) * s1) >
    [all...]
_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,
  /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;

Completed in 1458 milliseconds

1 2 3 4 5 6 7 8 910