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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.c.headers/
uchar_h.pass.cpp 14 // <uchar.h>
16 #include <uchar.h>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
uchar_h.pass.cpp 13 // <uchar.h>
15 #include <uchar.h>
  /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...]
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 107 typedef unsigned char uchar; typedef
119 uchar submenunum; // For submenu's
120 uchar checked; // For check boxes
121 uchar radiomenunum; // Item mapping to a radio menu
163 uchar shortcut; // one of [A-Za-z0-9] shortcut for this menu item
164 uchar index; // Index within the menu array
165 uchar parindex; // Index of the menu in which this item appears.
176 uchar numitems; // how many items do we actually have
177 uchar menuwidth;
178 uchar row, col; // Position where this menu should be displaye
    [all...]
  /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...]
unicode-cache-inl.h 14 bool UnicodeCache::IsIdentifierStart(unibrow::uchar c) {
19 bool UnicodeCache::IsIdentifierPart(unibrow::uchar c) {
24 bool UnicodeCache::IsLineTerminator(unibrow::uchar c) {
29 bool UnicodeCache::IsLineTerminatorSequence(unibrow::uchar c,
30 unibrow::uchar next) {
37 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) {
42 bool UnicodeCache::IsWhiteSpaceOrLineTerminator(unibrow::uchar c) {
unicode-cache.h 24 inline bool IsIdentifierStart(unibrow::uchar c);
25 inline bool IsIdentifierPart(unibrow::uchar c);
26 inline bool IsLineTerminator(unibrow::uchar c);
27 inline bool IsLineTerminatorSequence(unibrow::uchar c, unibrow::uchar next);
29 inline bool IsWhiteSpace(unibrow::uchar c);
30 inline bool IsWhiteSpaceOrLineTerminator(unibrow::uchar c);
  /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...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 55 uchar *out = (uchar *)info->outPtr[0];
56 const uchar *in = (uchar *)info->inPtr[0];
60 const uchar *tr = (const uchar *)cp->lut->mHal.drvState.lod[0].mallocPtr;
61 const uchar *tg = &tr[256];
62 const uchar *tb = &tg[256];
63 const uchar *ta = &tb[256];
rsCpuIntrinsicYuvToRGB.cpp 60 static uchar4 rsYuvToRGBA_uchar4(uchar y, uchar u, uchar v) {
89 return (uchar4){static_cast<uchar>(p.x), static_cast<uchar>(p.y),
90 static_cast<uchar>(p.z), static_cast<uchar>(p.w)};
94 extern "C" void rsdIntrinsicYuv_K(void *dst, const uchar *Y, const uchar *uv, uint32_t xstart, size_t xend);
95 extern "C" void rsdIntrinsicYuvR_K(void *dst, const uchar *Y, const uchar *uv, uint32_t xstart, size_t xend)
    [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...]
  /frameworks/minikin/include/minikin/
Emoji.h 17 #include <unicode/uchar.h>
  /frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/
launchtest.rs 23 void __attribute__((kernel)) k_x(uchar in, uint32_t x) {
29 uchar __attribute__((kernel)) k_xy(uint32_t x, uint32_t y) {
  /cts/tests/camera/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 29 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x + src_x, y + src_y);
30 uchar pu = rsGetElementAtYuv_uchar_U(mInput, x + src_x, y + src_y);
31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
  /external/webrtc/webrtc/modules/video_processing/test/
writeYUV420file.m 13 fwrite(fid,uint8(Y(:,:,k).'), 'uchar');
16 fwrite(fid,uint8(U(:,:,k).'), 'uchar');
19 fwrite(fid,uint8(V(:,:,k).'), 'uchar');
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
greyscale.rs 29 uchar RS_KERNEL toU8(uchar4 v_in) {
31 return (uchar)dot(f4.rgb, gMonoMult);
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
greyscale.rs 29 uchar RS_KERNEL toU8(uchar4 v_in) {
31 return (uchar)dot(f4.rgb, gMonoMult);
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
greyscale.rs 29 uchar RS_KERNEL toU8(uchar4 v_in) {
31 return (uchar)dot(f4.rgb, gMonoMult);
34 uchar4 RS_KERNEL toU8_4(uchar v_in) {
posterize.rs 27 void setParams(float intensHigh, float intensLow, uchar r, uchar g, uchar b) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
yuv.rs 27 static uchar4 yuvToRGBA4(uchar y, uchar u, uchar v) {
59 static float4 yuvToRGBA_f4(uchar y, uchar u, uchar v) {
105 uchar py = rsGetElementAt_uchar(ay, x, y);
106 uchar pu = rsGetElementAt_uchar(au, x >> 1, y >> 1);
107 uchar pv = rsGetElementAt_uchar(av, x >> 1, y >> 1);
123 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x, y)
    [all...]
  /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 */

Completed in 1147 milliseconds

1 2 3 4 5 6 7 8 91011>>