PALETTE_SIZE 176 libavformat/wc3movie.c if((unsigned)wc3->palette_count >= UINT_MAX / PALETTE_SIZE){
PALETTE_SIZE 180 libavformat/wc3movie.c wc3->palettes = av_malloc(wc3->palette_count * PALETTE_SIZE);
PALETTE_SIZE 209 libavformat/wc3movie.c &wc3->palettes[current_palette * PALETTE_SIZE],
PALETTE_SIZE 210 libavformat/wc3movie.c PALETTE_SIZE)) != PALETTE_SIZE)
PALETTE_SIZE 214 libavformat/wc3movie.c for (i = current_palette * PALETTE_SIZE;
PALETTE_SIZE 215 libavformat/wc3movie.c i < (current_palette + 1) * PALETTE_SIZE; i++) {