Home
last modified time | relevance | path

Searched defs:RGB (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp1368 struct RGB struct
1371 RGB(uint8_t r, uint8_t g, uint8_t b) in RGB() function
1376 RGB(int r, int g, int b) in RGB() argument
1382 RGB operator<<(int shift) const { return { r << shift, g << shift, b << shift }; } in operator <<()
1383 RGB operator>>(int shift) const { return { r >> shift, g >> shift, b >> shift }; } in operator >>()
1384 RGB operator|(int bits) const { return { r | bits, g | bits, b | bits }; } in operator |()
1385 RGB operator|(const RGB &rhs) const { return { r | rhs.r, g | rhs.g, b | rhs.b }; } in operator |()
1386 RGB operator+(const RGB &rhs) const { return { r + rhs.r, g + rhs.g, b + rhs.b }; } in operator +()
1388 uint8_t b;
1389 uint8_t g;
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_neon.c52 const uint8x8x3_t RGB = vld3_u8(rgb); in ConvertRGB24ToY_NEON() local
76 const uint8x8x4_t RGB = vld4_u8((const uint8_t*)&argb[i]); in ConvertARGBToY_NEON() local
121 const uint16x8x4_t RGB = vld4q_u16((const uint16_t*)rgb); in ConvertRGBA32ToUV_NEON() local
138 const uint8x16x4_t RGB = vld4q_u8((const uint8_t*)&argb[i]); in ConvertARGBToUV_NEON() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_neon.c52 const uint8x8x3_t RGB = vld3_u8(rgb); in ConvertRGB24ToY_NEON() local
76 const uint8x8x4_t RGB = vld4_u8((const uint8_t*)&argb[i]); in ConvertARGBToY_NEON() local
121 const uint16x8x4_t RGB = vld4q_u16((const uint16_t*)rgb); in ConvertRGBA32ToUV_NEON() local
138 const uint8x16x4_t RGB = vld4q_u8((const uint8_t*)&argb[i]); in ConvertARGBToUV_NEON() local
/third_party/boost/libs/proto/example/
Drgb.cpp79 struct RGB struct
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.h41 RGB, RGBA, BGR, BGRA, ARGB, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json5 "RGB": "EGL_TEXTURE_RGB", string
DPackedEGLEnums_autogen.h81 RGB = 1, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_egl_enums.json4 "RGB": "EGL_TEXTURE_RGB", string
DPackedEGLEnums_autogen.h109 RGB = 1, enumerator
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dpreprocess_param.h26 enum ImageToFormat { RGB, GRAY, BGR, IMAGE_TO_FORMAT_MAX }; enumerator
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h86 struct rc_pair_sub_instruction RGB; member
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstskindetect.cpp83 RGB enumerator
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c123 #define A32_CHECKER_C(name, RGB, A, C1, C2, C3) \ argument
169 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ argument
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c178 #define A32_CHECKER_C(name, RGB, A, C1, C2, C3) \ argument
226 #define A32_COLOR(name, RGB, A, C1, C2, C3) \ argument
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dalpha.c95 #define RGB(r,g,b) RGBA(r,g,b,0xff) macro
/third_party/giflib/
Dquantize.c30 GifByteType RGB[3]; member
/third_party/mesa3d/src/util/format/
Du_format_parse.py40 RGB = 'rgb' variable
/third_party/mesa3d/src/mesa/main/
Dformat_parser.py37 RGB = 'rgb' variable
/third_party/python/Lib/ctypes/
Dwintypes.py125 def RGB(red, green, blue): function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dlite_mat.h131 RGB = 1, /**< Pixel in RGB type. */ enumerator
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid.h20 RGB, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c48 RGB, enumerator
/third_party/spirv-headers/include/spirv/unified1/
Dspv.d286 RGB = 4, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.h116 uint16_t RGB; member

123