Searched defs:uchar (Results 1 - 15 of 15) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg2000.h53 #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,
H A Dbitstrm.h56 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 valu
[all...]
/external/bzip2/
H A Dunzcrash.c37 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/cv/src/
H A D_cv.h60 typedef unsigned char uchar; typedef
71 extern const uchar icvSaturate8u_cv[];
101 uchar **ptr;
105 uchar *state;
H A Dcvfilter.cpp49 static void default_x_filter_func( const uchar*, uchar*, void* ) argument
53 static void default_y_filter_func( uchar**, uchar*, int, int, void* ) argument
133 uchar* ptr;
179 row_tab_sz = cvAlign( max_rows*sizeof(uchar*), ALIGN );
182 CV_CALL( ptr = buffer = (uchar*)cvAlloc( total_buf_sz ));
184 rows = (uchar**)ptr;
231 uchar* bt = (uchar*)border_ta
[all...]
/external/libvpx/vp8/common/
H A Dentropy.c19 #define uchar unsigned char /* typedefs can clash */ macro
22 typedef const uchar cuchar;
/external/quake/quake/src/QW/scitech/include/
H A Ddebug.h239 typedef unsigned char uchar; typedef
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DDEBUG.H239 typedef unsigned char uchar; typedef
/external/v8/src/
H A Dunicode.h40 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
[all...]
/external/icu4c/common/
H A Dubidiln.c20 #include "unicode/uchar.h"
944 UChar uchar=pBiDi->text[logicalIndex]; local
946 if(IS_BIDI_CONTROL_CHAR(uchar)) {
972 uchar=pBiDi->text[j];
973 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1039 UChar uchar; local
1062 uchar=pBiDi->text[k];
1063 if(IS_BIDI_CONTROL_CHAR(uchar)) {
1174 UChar uchar; local
1197 uchar
1280 UChar uchar; local
[all...]
H A Dubidi.c20 #include "unicode/uchar.h"
333 UChar32 uchar; local
346 U16_NEXT(text, i, length, uchar);
347 dir = u_charDirection(uchar);
370 UChar32 uchar; local
416 U16_NEXT(text, i, length, uchar);
417 flags|=DIRPROP_FLAG(dirProp=(DirProp)ubidi_getCustomizedClass(pBiDi, uchar));
419 if(uchar>0xffff) { /* set the lead surrogate's property to BN */
466 if(!((uchar==CR) && (text[i]==LF))) {
477 if(removeBiDiControls && IS_BIDI_CONTROL_CHAR(uchar)) {
[all...]
/external/jhead/
H A Djhead.h32 typedef unsigned char uchar; typedef
53 uchar * Data;
/external/icu4c/test/cintltst/
H A Dcbiditst.c17 #include "unicode/uchar.h"
247 UChar uchar; local
292 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
294 pseudoToUChar[c] = uchar;
295 UCharToPseudo[uchar & 0x00ff] = c;
298 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
300 pseudoToUChar[c] = uchar;
301 UCharToPseud2[uchar
354 UChar uchar; local
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h150 typedef unsigned char uchar; typedef
554 uchar* ptr;
631 m.data.ptr = (uchar*)data;
714 uchar* ptr;
786 #define CV_NODE_VAL(mat,node) ((void*)((uchar*)(node) + (mat)->valoffset))
787 #define CV_NODE_IDX(mat,node) ((int*)((uchar*)(node) + (mat)->idxoffset))
1075 uchar* ptr;
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c4430 typedef unsigned char uchar; typedef
4445 uchar mask = 1 << bitno;

Completed in 468 milliseconds