Searched refs:new_palette (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcdxl.c65 static void import_palette(CDXLVideoContext *c, uint32_t *new_palette) argument
74 AV_WN32(&new_palette[i], (0xFFU << 24) | (r << 16) | (g << 8) | b);
124 uint32_t *new_palette = (uint32_t *)frame->data[1]; local
127 import_palette(c, new_palette);
134 uint32_t new_palette[16], r, g, b; local
141 import_palette(c, new_palette);
145 r = new_palette[0] & 0xFF0000;
146 g = new_palette[0] & 0xFF00;
147 b = new_palette[0] & 0xFF;
154 r = new_palette[inde
177 uint32_t new_palette[64], r, g, b; local
[all...]
H A Dflicvideo.c77 int new_palette; member in struct:FlicDecodeContext
148 s->new_palette = 0;
263 s->new_palette = 1;
464 if (s->new_palette) {
466 s->new_palette = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dflicvideo.c76 int new_palette; member in struct:FlicDecodeContext
126 s->new_palette = 0;
230 s->new_palette = 1;
417 if (s->new_palette) {
419 s->new_palette = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c1162 png_sPLT_t new_palette; local
1236 new_palette.depth = *entry_start++;
1237 entry_size = (new_palette.depth == 8 ? 6 : 10);
1249 new_palette.nentries = (png_int_32) ( data_length / entry_size);
1250 if ((png_uint_32) new_palette.nentries >
1256 new_palette.entries = (png_sPLT_entryp)png_malloc_warn(
1257 png_ptr, new_palette.nentries * png_sizeof(png_sPLT_entry));
1258 if (new_palette.entries == NULL)
1265 for (i = 0; i < new_palette.nentries; i++)
1267 pp = new_palette
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c1099 png_sPLT_t new_palette; local
1151 new_palette.depth = *entry_start++;
1152 entry_size = (new_palette.depth == 8 ? 6 : 10);
1163 new_palette.nentries = (png_uint_32) (data_length / entry_size);
1164 if ((png_uint_32) new_palette.nentries > (png_uint_32) (PNG_SIZE_MAX /
1170 new_palette.entries = (png_sPLT_entryp)png_malloc_warn(
1171 png_ptr, new_palette.nentries * png_sizeof(png_sPLT_entry));
1172 if (new_palette.entries == NULL)
1179 for (i = 0; i < new_palette.nentries; i++)
1181 png_sPLT_entryp pp = new_palette
[all...]

Completed in 115 milliseconds