Searched refs:PALETTE_SIZE (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.c61 #define PALETTE_SIZE (256 * 3) macro
176 if((unsigned)wc3->palette_count >= UINT_MAX / PALETTE_SIZE){
180 wc3->palettes = av_malloc(wc3->palette_count * PALETTE_SIZE);
209 &wc3->palettes[current_palette * PALETTE_SIZE],
210 PALETTE_SIZE)) != PALETTE_SIZE)
214 for (i = current_palette * PALETTE_SIZE;
215 i < (current_palette + 1) * PALETTE_SIZE; i++) {

Completed in 39 milliseconds