Home
last modified time | relevance | path

Searched refs:shrunk_palette (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgif.c303 uint32_t shrunk_palette[AVPALETTE_COUNT]; in gif_image_write_image() local
313 memset(shrunk_palette, 0xff, AVPALETTE_SIZE); in gif_image_write_image()
364 shrink_palette(pal, map, shrunk_palette, &shrunk_palette_count); in gif_image_write_image()
391 const uint32_t v = shrunk_palette[i]; in gif_image_write_image()