Searched refs:colors (Results 1 - 25 of 40) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsvideo1.c96 unsigned char colors[8]; local
137 colors[0] = s->buf[stream_ptr++];
138 colors[1] = s->buf[stream_ptr++];
142 pixels[pixel_ptr++] = colors[(flags & 0x1) ^ 1];
150 memcpy(colors, &s->buf[stream_ptr], 8);
156 colors[((pixel_y & 0x2) << 1) +
162 colors[0] = byte_a;
166 pixels[pixel_ptr++] = colors[0];
201 unsigned short colors[8]; local
242 colors[
[all...]
H A Dqdrw.c42 int colors; local
61 colors = AV_RB32(buf);
64 if(colors < 0 || colors > 256) {
65 av_log(avctx, AV_LOG_ERROR, "Error color count - %i(0x%X)\n", colors, colors);
70 for (i = 0; i <= colors; i++) {
H A Ds3tc.c33 uint32_t colors[4], pixels; local
47 colors[0] = rb0 + g0 + a;
48 colors[1] = rb1 + g1 + a;
55 colors[3] = rb3 + g3 + a;
59 colors[3] = 0;
62 colors[2] = rb2 + g2 + a;
69 d[x] = a + colors[pixels&3];
H A Dtarga.c102 int first_clr, colors, csize; local
109 colors = AV_RL16(buf); buf += 2;
169 if(colors){
170 if((colors + first_clr) > 256){
171 av_log(avctx, AV_LOG_ERROR, "Incorrect palette: %i colors with offset %i\n", colors, first_clr);
179 buf += colors * ((csize + 1) >> 3);
183 for(t = 0; t < colors; t++){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-rgb.c495 guchar colors[3] = { 0 }; local
502 colors[i] = a_hex[i] - '0';
503 colors[i] = (colors[i] << 4) | colors[i];
505 colors[i] = 10 + a_hex[i] - 'a';
506 colors[i] = (colors[i] << 4) | colors[i];
508 colors[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-rgb.c495 guchar colors[3] = { 0 }; local
502 colors[i] = a_hex[i] - '0';
503 colors[i] = (colors[i] << 4) | colors[i];
505 colors[i] = 10 + a_hex[i] - 'a';
506 colors[i] = (colors[i] << 4) | colors[i];
508 colors[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/tests/
H A Dtest-term-ostream.c14 colors[] = local
32 colors[i].c =
33 term_ostream_rgb_to_color (stream, colors[i].r, colors[i].g, colors[i].b);
39 const char *name = colors[col].name;
47 const char *name = colors[row].name;
52 term_color_t row_color = colors[row].c;
53 term_color_t col_color = colors[col].c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-term-ostream.c14 colors[] = local
32 colors[i].c =
33 term_ostream_rgb_to_color (stream, colors[i].r, colors[i].g, colors[i].b);
39 const char *name = colors[col].name;
47 const char *name = colors[row].name;
52 term_color_t row_color = colors[row].c;
53 term_color_t col_color = colors[col].c;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dcolor.c87 colors[] = local
105 colors[i].c =
106 term_ostream_rgb_to_color (stream, colors[i].r, colors[i].g, colors[i].b);
112 const char *name = colors[col].name;
120 const char *name = colors[row].name;
125 term_color_t row_color = colors[row].c;
126 term_color_t col_color = colors[col].c;
293 const char *name = colors[ro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dpicture.c72 picture->width = picture->height = picture->depth = picture->colors = 0;
107 picture->colors = val;
110 if(picture->depth < 32 && 1u<<picture->depth < picture->colors)
134 FLAC__bool need_palette = false; /* if IHDR has color_type=3, we need to also read the PLTE chunk to get the #colors */
165 picture->colors = 0;
170 picture->colors = clen / 3u;
217 picture->colors = 0;
243 /* according to the GIF spec, even if the GCTF is 0, the low 3 bits should still tell the total # colors used */
256 picture->colors = 1u << ((FLAC__uint32)(data[10] & 0x07) + 1u);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c34 FLAC__uint32 colors; member in struct:__anon925
98 obj->data.picture.colors,
114 if(obj->data.picture.colors != pf->colors)
115 return failed_("picture colors mismatch");
165 /* invalid spec: #colors exceeds color depth */
202 picturefiles[0].colors = 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.c934 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) argument
945 if (get_user(color, colors + i))
1058 u8 __user *colors = (u8 __user *)dc->data; local
1062 if (get_user(r, colors + i * 4) ||
1063 get_user(g, colors + i * 4 + 1) ||
1064 get_user(b, colors + i * 4 + 2) ||
1065 get_user(blend, colors + i * 4 + 3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libs_common/
H A Dmetadata_utils.c355 if(blockcopy->colors != block->colors) {
356 printf("FAILED, colors mismatch, expected %u, got %u\n", block->colors, blockcopy->colors);
620 picture->data.picture.colors = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dformat.h797 FLAC__uint32 colors; member in struct:__anon788
798 /**< For indexed palettes (like GIF), picture's number of colors (the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A DMakefile.am123 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg
H A Dmakefile.ansi139 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.bcc197 djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
H A Dmakefile.dj145 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnvram.c830 static char *colors[] = { variable
888 PRINT_PROC("Video mode : %s colors, %d columns, %s %s monitor\n",
889 colors[vmode & 7],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl291 my@colors=("#ff0000","#00df00","#0000ff","#ffff00","#ff00ff","#00ffff","#ffffff",
461 my$color=$colors[($count-1)%($#colors+1)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c669 PPR; printf(" colors: %u%s\n", (unsigned)block->data.picture.colors, block->data.picture.colors? "" : " (unindexed)");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_base.c1223 static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = { variable in typeref:struct:__anon7203
1748 vesafb_defined.red = colors[depth-1].red;
1749 vesafb_defined.green = colors[depth-1].green;
1750 vesafb_defined.blue = colors[depth-1].blue;
1751 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c496 object->data.picture.colors = 0;
612 to->data.picture.colors = object->data.picture.colors;
849 if(block1->colors != block2->colors)
H A Dstream_encoder_framing.c201 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.picture.colors, FLAC__STREAM_METADATA_PICTURE_COLORS_LEN))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1075 return object_->data.picture.colors;
1131 object_->data.picture.colors = value;

Completed in 322 milliseconds

12