HomeSort by relevance Sort by last modified time
    Searched refs:rgb (Results 76 - 100 of 619) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp 459 static void ARGB_8888_To_RGB(const uint8_t* in, uint8_t* rgb, int width,
464 rgb[0] = SkGetPackedR32(c);
465 rgb[1] = SkGetPackedG32(c);
466 rgb[2] = SkGetPackedB32(c);
467 rgb += 3;
471 static void ARGB_8888_To_RGBA(const uint8_t* in, uint8_t* rgb, int width,
488 rgb[0] = r;
489 rgb[1] = g;
490 rgb[2] = b;
491 rgb[3] = a
636 uint8_t* rgb = new uint8_t[rgbStride * pic.height]; local
    [all...]
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 470 static void ARGB_8888_To_RGB(const uint8_t* in, uint8_t* rgb, int width,
475 rgb[0] = SkGetPackedR32(c);
476 rgb[1] = SkGetPackedG32(c);
477 rgb[2] = SkGetPackedB32(c);
478 rgb += 3;
482 static void ARGB_8888_To_RGBA(const uint8_t* in, uint8_t* rgb, int width,
499 rgb[0] = r;
500 rgb[1] = g;
501 rgb[2] = b;
502 rgb[3] = a
647 uint8_t* rgb = new uint8_t[rgbStride * pic.height]; local
    [all...]
  /external/chromium_org/ui/login/
oobe.css 46 border-color: rgb(77, 144, 254);
58 background-image: linear-gradient(rgb(93, 154, 255),
59 rgb(93, 154, 255) 38%,
60 rgb(88, 145, 240));
75 background-image: linear-gradient(rgb(101, 158, 253),
76 rgb(101, 158, 253) 38%,
77 rgb(96, 151, 241));
83 background-image: linear-gradient(rgb(96, 149, 237),
84 rgb(96, 149, 237) 38%,
85 rgb(96, 149, 237))
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 10 // inline YUV<->RGB conversion function
17 // We use 16bit fixed point operations for RGB->YUV conversion (YUV_FIX).
19 // For the Y'CbCr to RGB conversion, the BT.601 specification reads:
31 // For YUV->RGB conversion, only 14bit fixed precision is used (YUV_FIX2).
56 // YUV -> RGB conversion
63 YUV_FIX = 16, // fixed-point precision for RGB->YUV
69 YUV_FIX2 = 14, // fixed-point precision for YUV->RGB
107 uint8_t* const rgb) {
108 rgb[0] = VP8YUVToR(y, v);
109 rgb[1] = VP8YUVToG(y, u, v)
    [all...]
  /external/webp/src/dsp/
yuv.h 10 // inline YUV<->RGB conversion function
17 // We use 16bit fixed point operations for RGB->YUV conversion (YUV_FIX).
19 // For the Y'CbCr to RGB conversion, the BT.601 specification reads:
31 // For YUV->RGB conversion, only 14bit fixed precision is used (YUV_FIX2).
56 // YUV -> RGB conversion
63 YUV_FIX = 16, // fixed-point precision for RGB->YUV
69 YUV_FIX2 = 14, // fixed-point precision for YUV->RGB
107 uint8_t* const rgb) {
108 rgb[0] = VP8YUVToR(y, v);
109 rgb[1] = VP8YUVToG(y, u, v)
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
55 int ri = rgb.r;
56 int gi = rgb.g;
57 int bi = rgb.b;
170 uchar4 rgb;
172 rgb.r = rr;
173 rgb.g = rg;
174 rgb.b = rb;
176 return rgb;
levels.rsh 26 float3 pixel = convert_float4(in).rgb;
39 pixel.rgb = rsMatrixMultiply(&colorMat, pixel.rgb);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
55 int ri = rgb.r;
56 int gi = rgb.g;
57 int bi = rgb.b;
170 uchar4 rgb;
172 rgb.r = rr;
173 rgb.g = rg;
174 rgb.b = rb;
176 return rgb;
levels.rsh 26 float3 pixel = convert_float4(in).rgb;
39 pixel.rgb = rsMatrixMultiply(&colorMat, pixel.rgb);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
55 int ri = rgb.r;
56 int gi = rgb.g;
57 int bi = rgb.b;
170 uchar4 rgb;
172 rgb.r = rr;
173 rgb.g = rg;
174 rgb.b = rb;
176 return rgb;
levels.rsh 26 float3 pixel = convert_float4(in).rgb;
39 pixel.rgb = rsMatrixMultiply(&colorMat, pixel.rgb);
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.css 7 background: rgb(238, 0, 0);
11 background: rgb(0, 138, 0);
15 background: rgb(113, 113, 171);
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_node_browser.css 6 border-bottom: 1px rgb(160,160,160) solid;
41 background-color: rgb(235, 239, 249);
67 background: rgb(239, 243, 255);
  /external/chromium_org/chrome/browser/resources/uber/
uber_frame.css 19 color: rgb(92, 97, 102);
39 -webkit-border-start-color: rgb(78, 87, 100);
61 color: rgb(70, 78, 90);
  /external/chromium_org/content/browser/resources/gpu/
info_view.css 55 color: rgb(0, 128, 0);
59 color: rgb(128, 128, 0);
63 color: rgb(255, 0, 0);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_rgb9e5.h 101 static INLINE unsigned float3_to_rgb9e5(const float rgb[3])
110 rc = rgb9e5_ClampRange(rgb[0]);
111 gc = rgb9e5_ClampRange(rgb[1]);
112 bc = rgb9e5_ClampRange(rgb[2]);
149 static INLINE void rgb9e5_to_float3(unsigned rgb, float retval[3])
155 v.raw = rgb;
  /external/jpeg/
jdcolor.c 23 /* Private state for YCC->RGB conversion */
53 /**************** YCbCr -> RGB conversion: most common case **************/
88 * Initialize tables for YCC->RGB colorspace conversion.
242 INT32 rgb; local
257 rgb = PACK_SHORT_565(r,g,b);
258 *(INT16*)outptr = rgb;
269 rgb = PACK_SHORT_565(r,g,b);
277 rgb = PACK_TWO_PIXELS(rgb, PACK_SHORT_565(r,g,b));
278 WRITE_TWO_ALIGNED_PIXELS(outptr, rgb);
315 INT32 rgb; local
410 INT32 rgb; local
463 INT32 rgb; local
610 INT32 rgb; local
649 INT32 rgb; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 101 static INLINE unsigned float3_to_rgb9e5(const float rgb[3])
110 rc = rgb9e5_ClampRange(rgb[0]);
111 gc = rgb9e5_ClampRange(rgb[1]);
112 bc = rgb9e5_ClampRange(rgb[2]);
149 static INLINE void rgb9e5_to_float3(unsigned rgb, float retval[3])
155 v.raw = rgb;
  /external/qemu/distrib/jpeg-6b/
jdcolor.c 21 /* Private state for YCC->RGB conversion */
51 /**************** YCbCr -> RGB conversion: most common case **************/
86 * Initialize tables for YCC->RGB colorspace conversion.
240 INT32 rgb; local
255 rgb = PACK_SHORT_565(r,g,b);
256 *(INT16*)outptr = rgb;
267 rgb = PACK_SHORT_565(r,g,b);
275 rgb = PACK_TWO_PIXELS(rgb, PACK_SHORT_565(r,g,b));
276 WRITE_TWO_ALIGNED_PIXELS(outptr, rgb);
313 INT32 rgb; local
408 INT32 rgb; local
461 INT32 rgb; local
608 INT32 rgb; local
647 INT32 rgb; local
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.css 83 -webkit-linear-gradient(rgb(241, 241, 241),
84 rgb(241, 241, 241) 38%,
85 rgb(230, 230, 230));
96 -webkit-linear-gradient(rgb(231, 231, 231),
97 rgb(231, 231, 231) 38%,
98 rgb(220, 220, 220));
164 background-image: -webkit-linear-gradient(rgb(237, 237, 237),
165 rgb(237, 237, 237) 38%,
166 rgb(222, 222, 222));
172 color: rgb(68, 68, 68)
    [all...]
  /external/chromium_org/components/dom_distiller/core/css/
distilledpage.css 100 background-color: rgb(203, 173, 141);
548 border-bottom-color: rgb(60,120,248);
552 border-left-color: rgb(250,36,36);
556 border-top-color: rgb(255,211,75);
560 border-right-color: rgb(0,177,95);
564 background-color: rgb(250,36,36);
568 background-color: rgb(60,120,248);
572 background-color: rgb(255,211,75);
576 background-color: rgb(250,36,36);
580 background-color: rgb(0,177,95)
    [all...]
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
mono.rs 25 float3 mono = dot(f4.rgb, gMonoMult);
  /external/chromium_org/chrome/browser/resources/memory_internals/
extension_view.css 15 border-left: 1px solid rgb(181, 198, 222);
  /external/chromium_org/chrome/browser/resources/options/
search_page.css 36 border: 1px solid rgb(220, 198, 72);
51 -webkit-linear-gradient(-45deg, rgb(251, 255, 181),
52 rgb(255, 248, 172) 50%,
54 border: 1px solid rgb(220, 198, 72);
  /external/chromium_org/chrome/browser/resources/quota_internals/
main.css 19 background: rgb(238, 238, 255);

Completed in 2430 milliseconds

1 2 34 5 6 7 8 91011>>