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

1 2

  /external/libutf/
utfdef.h 1 #define uchar _utfuchar macro
8 typedef unsigned char uchar; typedef
  /external/opencv/otherlibs/highgui/
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,
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...]
  /frameworks/rs/driver/runtime/arch/
clamp.c 33 S_CLAMP(uchar); variable
98 V_CLAMP(uchar); variable
generic.c 104 _CLAMP(uchar); variable
315 extern uchar __attribute__((overloadable)) max(uchar v1, uchar v2) {
516 extern uchar __attribute__((overloadable)) min(uchar v1, uchar v2) {
632 extern uchar4 __attribute__((overloadable)) rsYuvToRGBA_uchar4(uchar y, uchar u, uchar v)
    [all...]
  /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/opencv3/3rdparty/libjasper/jasper/
jas_config2.h 73 #define uchar unsigned char macro
jas_config.h 152 #define uchar unsigned char macro
jas_types.h 195 #if !defined(uchar)
196 #define uchar unsigned char macro
  /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...]
ubidiln.c 20 #include "unicode/uchar.h"
697 const UChar *start=pBiDi->text, *limit=start+pBiDi->length, *pu;
944 UChar uchar=pBiDi->text[logicalIndex]; local
1039 UChar uchar; local
1174 UChar uchar; local
1280 UChar uchar; local
    [all...]
  /external/opencv/cv/src/
_cv.h 60 typedef unsigned char uchar; typedef
71 extern const uchar icvSaturate8u_cv[];
101 uchar **ptr;
105 uchar *state;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 139 typedef unsigned char uchar; typedef
175 TEST_VECTOR_INVOKE(uchar, UByte)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiTest.java 196 char uchar; local
245 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
247 pseudoToUChar[c] = uchar;
248 UCharToPseudo[uchar & 0x00ff] = c;
251 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
253 pseudoToUChar[c] = uchar;
254 UCharToPseud2[uchar & 0x00ff] = c;
257 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++)
311 char uchar; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java 192 char uchar; local
241 for (i = 0, uchar = 0x0030; i < 6; i++, uchar++) {
243 pseudoToUChar[c] = uchar;
244 UCharToPseudo[uchar & 0x00ff] = c;
247 for (i = 6, uchar = 0x0666; i < 10; i++, uchar++) {
249 pseudoToUChar[c] = uchar;
250 UCharToPseud2[uchar & 0x00ff] = c;
253 for (i = 10, uchar = 0x0631; i < 16; i++, uchar++)
307 char uchar; local
    [all...]
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 15 typedef unsigned char uchar; typedef
33 static void drawArrows(UMat& _frame, const vector<Point2f>& prevPts, const vector<Point2f>& nextPts, const vector<uchar>& status,
tvl1_optical_flow.cpp 15 typedef unsigned char uchar; typedef
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 19 typedef uint8_t uchar; typedef
26 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
27 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
28 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
68 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
77 CVT_FUNC(uchar)
  /external/opencv3/modules/core/include/opencv2/core/
operations.hpp 306 CV_Assert(_w.data == (uchar*)&w.val[0] && _u.data == (uchar*)&u.val[0] && _vt.data == (uchar*)&vt.val[0]);
315 CV_Assert(_w.data == (uchar*)&w.val[0]);
326 CV_Assert(_dst.data == (uchar*)&dst.val[0]);
336 inline RNG::operator uchar() { return (uchar)next(); }
  /external/v8/src/
unicode.h 18 typedef unsigned int uchar; typedef in namespace:unibrow
31 inline bool get(uchar c);
35 bool CalculateValue(uchar c);
40 inline CacheEntry(uchar code_point, bool value)
44 uchar code_point() const { return CodePointField::decode(bit_field_); }
48 class CodePointField : public v8::internal::BitField<uchar, 0, 21> {};
67 inline int get(uchar c, uchar n, uchar* result);
70 int CalculateValue(uchar c, uchar n, uchar* result)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 172 /* define uchar, ushort, uint, ulong */
175 typedef unsigned char uchar; typedef
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BidiLine.java 869 char uchar = bidi.text[logicalIndex]; local
947 char uchar; local
1071 char uchar; local
1169 char uchar; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BidiLine.java 868 char uchar = bidi.text[logicalIndex]; local
946 char uchar; local
1070 char uchar; local
1168 char uchar; local
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
defs.h 260 uchar - unsigned 1 byte integer
284 typedef unsigned char uchar; typedef
586 uchar a = saturate_cast<uchar>(-100); // a = 0 (UCHAR_MIN)
601 template<typename _Tp> static inline _Tp saturate_cast(uchar v) { return _Tp(v); }
623 template<> inline uchar saturate_cast<uchar>(schar v) { return (uchar)std::max((int)v, 0); }
624 template<> inline uchar saturate_cast<uchar>(ushort v) { return (uchar)std::min((unsigned)v, (unsigned)UCHAR_MAX);
    [all...]
  /external/opencv3/modules/imgcodecs/src/
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...]

Completed in 936 milliseconds

1 2