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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwc3movie.c67 unsigned char *palettes; member in struct:Wc3DemuxContext
145 wc3->palettes = NULL;
171 /* need the number of palettes */
180 wc3->palettes = av_malloc(wc3->palette_count * PALETTE_SIZE);
205 /* one of several palettes */
209 &wc3->palettes[current_palette * PALETTE_SIZE],
218 rotate = ((wc3->palettes[i] << 2) & 0xFF) |
219 ((wc3->palettes[i] >> 6) & 0xFF);
220 wc3->palettes[i] = wc3_pal_lookup[rotate];
317 r = wc3->palettes[base_palette_inde
[all...]

Completed in 90 milliseconds