Searched refs:rgb (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbmp.c49 uint32_t rgb[3]; local
128 rgb[0] = bytestream_get_le32(&buf);
129 rgb[1] = bytestream_get_le32(&buf);
130 rgb[2] = bytestream_get_le32(&buf);
141 rgb[0] = (rgb[0] >> 15) & 3;
142 rgb[1] = (rgb[1] >> 15) & 3;
143 rgb[2] = (rgb[
[all...]
H A Dqtrle.c72 unsigned char *rgb = s->frame.data[0]; local
101 rgb[pixel_ptr++] = pi0;
102 rgb[pixel_ptr++] = pi1;
111 rgb[pixel_ptr++] = s->buf[stream_ptr++];
123 unsigned char *rgb = s->frame.data[0]; local
150 rgb[pixel_ptr++] = pi[i];
159 rgb[pixel_ptr++] = ((s->buf[stream_ptr]) >> 4) & 0x0f;
160 rgb[pixel_ptr++] = (s->buf[stream_ptr++]) & 0x0f;
162 rgb[pixel_ptr++] = ((s->buf[stream_ptr]) >> 6) & 0x03;
163 rgb[pixel_pt
180 unsigned char *rgb = s->frame.data[0]; local
233 unsigned char *rgb = s->frame.data[0]; local
282 unsigned char *rgb = s->frame.data[0]; local
333 unsigned char *rgb = s->frame.data[0]; local
[all...]
H A Dmjpegdec.h57 int rgb; member in struct:MJpegDecodeContext
H A Dtiffenc.c413 uint32_t rgb = *(uint32_t *) (p->data[1] + i * 4); local
414 pal[i] = ((rgb >> 16) & 0xff) * 257;
415 pal[i + 256] = ((rgb >> 8 ) & 0xff) * 257;
416 pal[i + 512] = ( rgb & 0xff) * 257;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Drgb2rgb.c345 unsigned rgb = ((const uint16_t*)src)[i]; local
346 ((uint16_t*)dst)[i] = (rgb>>11) | (rgb&0x7E0) | (rgb<<11);
357 unsigned rgb = ((const uint16_t*)src)[i]; local
358 ((uint16_t*)dst)[i] = (rgb>>11) | ((rgb&0x7C0)>>1) | ((rgb&0x1F)<<10);
409 unsigned rgb = ((const uint16_t*)src)[i]; local
410 ((uint16_t*)dst)[i] = ((rgb
422 unsigned rgb = ((const uint16_t*)src)[i]; local
435 register uint8_t rgb; local
[all...]
H A Dyuv2rgb_bfin.c54 static void bfin_prepare_coefficients (SwsContext *c, int rgb, int masks) argument
67 if (rgb) {
95 ltransform lcscf, int rgb, int masks)
102 bfin_prepare_coefficients (c, rgb, masks);
105 pu = in[1+(1^rgb)];
106 pv = in[1+(0^rgb)];
91 core_yuv420_rgb(SwsContext *c, uint8_t **in, int *instrides, int srcSliceY, int srcSliceH, uint8_t **oplanes, int *outstrides, ltransform lcscf, int rgb, int masks) argument
H A Drgb2rgb_template.c424 register int rgb = *(const uint32_t*)s; s += 4; local
425 *d++ = ((rgb&0xFF)>>3) + ((rgb&0xFC00)>>5) + ((rgb&0xF80000)>>8);
485 register int rgb = *(const uint32_t*)s; s += 4; local
486 *d++ = ((rgb&0xF8)<<8) + ((rgb&0xFC00)>>5) + ((rgb&0xF80000)>>19);
583 register int rgb = *(const uint32_t*)s; s += 4; local
584 *d++ = ((rgb
644 register int rgb = *(const uint32_t*)s; s += 4; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dimxfb.h33 struct imxfb_rgb *rgb[NR_RGB]; member in struct:imxfb_info
H A Dsa1100fb.h67 struct sa1100fb_rgb *rgb[NR_RGB]; member in struct:sa1100fb_info
H A Dimxfb.c184 var->red = fbi->rgb[rgbidx]->red;
185 var->green = fbi->rgb[rgbidx]->green;
186 var->blue = fbi->rgb[rgbidx]->blue;
187 var->transp = fbi->rgb[rgbidx]->transp;
472 fbi->rgb[RGB_16] = &def_rgb_16;
473 fbi->rgb[RGB_8] = &def_rgb_8;
H A Dsa1100fb.c431 fbi->rgb[RGB_16] = &h3600_rgb_16;
652 var->red = fbi->rgb[rgbidx]->red;
653 var->green = fbi->rgb[rgbidx]->green;
654 var->blue = fbi->rgb[rgbidx]->blue;
655 var->transp = fbi->rgb[rgbidx]->transp;
1347 fbi->rgb[RGB_8] = &rgb_8;
1348 fbi->rgb[RGB_16] = &def_rgb_16;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia.c1802 static int convert420(unsigned char *yuv, unsigned char *rgb, int out_fmt, argument
1814 r = ((*(rgb+1-linesize)) & 0x7c) << 1;
1815 g = ((*(rgb-linesize)) & 0xe0) >> 4 |
1816 ((*(rgb+1-linesize)) & 0x03) << 6;
1817 b = ((*(rgb-linesize)) & 0x1f) << 3;
1823 *rgb++ = ((LIMIT(g+y) & 0xf8) << 2) | (LIMIT(b+y) >> 3);
1824 *rgb++ = ((LIMIT(r+y) & 0xf8) >> 1) | (LIMIT(g+y) >> 6);
1825 *rgb++ = ((LIMIT(g+y1) & 0xf8) << 2) | (LIMIT(b+y1) >> 3);
1826 *rgb = ((LIMIT(r+y1) & 0xf8) >> 1) | (LIMIT(g+y1) >> 6);
1831 r = (*(rgb
1918 yuvconvert(unsigned char *yuv, unsigned char *rgb, int out_fmt, int in_uyvy, int mmap_kludge) argument
[all...]
H A Dc-qcam.c321 unsigned char rgb[3]; local
334 rgb[(i = bytes++ % 3)] = (hi | (lo >> 4)) ^ 0x88;
338 buf[n++] = rgb[0];
339 buf[n++] = rgb[1];
340 buf[n++] = rgb[2];
342 buf[n++] = rgb[2];
343 buf[n++] = rgb[1];
344 buf[n++] = rgb[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-styled-ostream.oo.c28 #include <cr-rgb.h>
297 CRRgb rgb; local
302 cr_rgb_copy (&rgb, &style->rgb_props[which].sv);
303 if (cr_rgb_compute_from_percentage (&rgb) != CR_OK)
305 r = rgb.red & 0xff;
306 g = rgb.green & 0xff;
307 b = rgb.blue & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dterm-styled-ostream.c31 #include <cr-rgb.h>
294 CRRgb rgb; local
299 cr_rgb_copy (&rgb, &style->rgb_props[which].sv);
300 if (cr_rgb_compute_from_percentage (&rgb) != CR_OK)
302 r = rgb.red & 0xff;
303 g = rgb.green & 0xff;
304 b = rgb.blue & 0xff;
H A Dterm-styled-ostream.oo.c28 #include <cr-rgb.h>
297 CRRgb rgb; local
302 cr_rgb_copy (&rgb, &style->rgb_props[which].sv);
303 if (cr_rgb_compute_from_percentage (&rgb) != CR_OK)
305 r = rgb.red & 0xff;
306 g = rgb.green & 0xff;
307 b = rgb.blue & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-term.c65 if (a_this->content.rgb) {
66 cr_rgb_destroy (a_this->content.rgb);
67 a_this->content.rgb = NULL;
211 a_this->content.rgb = a_rgb;
296 && (cur->content.rgb == NULL))
423 if (cur->content.rgb) {
426 g_string_append (str_buf, "rgb(");
427 tmp_str = cr_rgb_to_string (cur->content.rgb);
491 && (a_this->content.rgb == NULL))
619 if (a_this->content.rgb) {
[all...]
H A Dcr-term.h27 #include "cr-rgb.h"
110 CRRgb * rgb ; member in union:_CRTerm::__anon2222
H A Dcr-token.c111 if (a_this->u.rgb) {
112 cr_rgb_destroy (a_this->u.rgb) ;
113 a_this->u.rgb = NULL ;
314 a_this->u.rgb = a_rgb;
H A Dcr-token.h30 #include "cr-rgb.h"
110 CRRgb *rgb ; member in union:_CRToken::__anon2224
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-term.c65 if (a_this->content.rgb) {
66 cr_rgb_destroy (a_this->content.rgb);
67 a_this->content.rgb = NULL;
211 a_this->content.rgb = a_rgb;
296 && (cur->content.rgb == NULL))
423 if (cur->content.rgb) {
426 g_string_append (str_buf, "rgb(");
427 tmp_str = cr_rgb_to_string (cur->content.rgb);
491 && (a_this->content.rgb == NULL))
619 if (a_this->content.rgb) {
[all...]
H A Dcr-term.h27 #include "cr-rgb.h"
110 CRRgb * rgb ; member in union:_CRTerm::__anon2448
H A Dcr-token.c111 if (a_this->u.rgb) {
112 cr_rgb_destroy (a_this->u.rgb) ;
113 a_this->u.rgb = NULL ;
314 a_this->u.rgb = a_rgb;
H A Dcr-token.h30 #include "cr-rgb.h"
110 CRRgb *rgb ; member in union:_CRToken::__anon2450
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dquickcam_messenger.h28 struct rgb { struct

Completed in 135 milliseconds

12