Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dgif.c306 size_t shrunk_palette_count = 0; in gif_image_write_image() local
365 shrink_palette(pal, map, shrunk_palette, &shrunk_palette_count); in gif_image_write_image()
376 bytestream_put_byte(bytestream, bcid < 0 ? DEFAULT_TRANSPARENCY_INDEX : (shrunk_palette_count ? map[bcid] : bcid)); in gif_image_write_image()
387 unsigned pow2_count = av_log2(shrunk_palette_count - 1); in gif_image_write_image()
404 if (shrunk_palette_count) { in gif_image_write_image()

Completed in 1 milliseconds