Home
last modified time | relevance | path

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

/dports/graphics/chafa/chafa-1.8.0/libnsgif/
H A Dlibnsgif.c261 ssize_t block_size, colour_table_size; in gif_initialise_frame() local
402 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
411 gif_data += 3 * colour_table_size; in gif_initialise_frame()
589 unsigned int flags, colour_table_size, interlace; in gif_internal_decode_frame() local
680 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_internal_decode_frame()
691 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_internal_decode_frame()
697 for (index = 0; index < colour_table_size; index++) { in gif_internal_decode_frame()
716 gif_data += 3 * colour_table_size; in gif_internal_decode_frame()
1005 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
1084 … if (gif->buffer_size < (gif->colour_table_size * 3 + GIF_STANDARD_HEADER_SIZE)) { in gif_initialise()
[all …]
H A Dlibnsgif.h132 unsigned int colour_table_size; member
/dports/graphics/libnsgif/libnsgif-0.2.1/src/
H A Dlibnsgif.c261 unsigned int block_size, colour_table_size; in gif_initialise_frame() local
402 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
411 gif_data += 3 * colour_table_size; in gif_initialise_frame()
590 unsigned int flags, colour_table_size, interlace; in gif_internal_decode_frame() local
681 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_internal_decode_frame()
692 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_internal_decode_frame()
698 for (index = 0; index < colour_table_size; index++) { in gif_internal_decode_frame()
717 gif_data += 3 * colour_table_size; in gif_internal_decode_frame()
1006 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
1085 … if (gif->buffer_size < (gif->colour_table_size * 3 + GIF_STANDARD_HEADER_SIZE)) { in gif_initialise()
[all …]
/dports/graphics/gegl/gegl-0.4.34/subprojects/libnsgif/
H A Dlibnsgif.c261 unsigned int block_size, colour_table_size; in gif_initialise_frame() local
402 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
411 gif_data += 3 * colour_table_size; in gif_initialise_frame()
590 unsigned int flags, colour_table_size, interlace; in gif_internal_decode_frame() local
681 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_internal_decode_frame()
692 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_internal_decode_frame()
698 for (index = 0; index < colour_table_size; index++) { in gif_internal_decode_frame()
717 gif_data += 3 * colour_table_size; in gif_internal_decode_frame()
1006 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
1085 … if (gif->buffer_size < (gif->colour_table_size * 3 + GIF_STANDARD_HEADER_SIZE)) { in gif_initialise()
[all …]
H A Dlibnsgif.h132 unsigned int colour_table_size; member
/dports/graphics/vips/vips-8.12.0/libvips/foreign/libnsgif/
H A Dlibnsgif.c247 unsigned int block_size, colour_table_size; in gif_initialise_frame() local
391 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
400 gif_data += 3 * colour_table_size; in gif_initialise_frame()
802 unsigned int flags, colour_table_size, interlace; in gif_internal_decode_frame() local
896 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_internal_decode_frame()
907 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_internal_decode_frame()
913 for (index = 0; index < colour_table_size; index++) { in gif_internal_decode_frame()
932 gif_data += 3 * colour_table_size; in gif_internal_decode_frame()
1159 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
1230 if (gif->buffer_size < (gif->colour_table_size * 3 + GIF_STANDARD_HEADER_SIZE)) { in gif_initialise()
[all …]
H A Dlibnsgif.h132 unsigned int colour_table_size; member
/dports/graphics/sdump/sdump-c5fb55b/
H A Dlibnsgif.c241 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
317 if (gif->buffer_size < (gif->colour_table_size * 3 + 12)) { in gif_initialise()
320 for (index = 0; index < gif->colour_table_size; index++) { in gif_initialise()
430 unsigned int block_size, colour_table_size; in gif_initialise_frame() local
558 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
569 gif_data += 3 * colour_table_size; in gif_initialise_frame()
755 unsigned int flags, colour_table_size, interlace; in gif_decode_frame() local
843 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_decode_frame()
854 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_decode_frame()
860 for (index = 0; index < colour_table_size; index++) { in gif_decode_frame()
[all …]
H A Dlibnsgif.h97 unsigned int colour_table_size; /**< size of colour table (in entries) */ member
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/libnsgif/
H A Dlibnsgif.c227 gif->colour_table_size = (2 << (gif_data[4] & GIF_COLOUR_TABLE_SIZE_MASK)); in gif_initialise()
303 if (gif->buffer_size < (gif->colour_table_size * 3 + 12)) { in gif_initialise()
306 for (index = 0; index < gif->colour_table_size; index++) { in gif_initialise()
416 unsigned int block_size, colour_table_size; in gif_initialise_frame() local
544 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_initialise_frame()
555 gif_data += 3 * colour_table_size; in gif_initialise_frame()
741 unsigned int flags, colour_table_size, interlace; in gif_decode_frame() local
830 colour_table_size = 2 << (flags & GIF_COLOUR_TABLE_SIZE_MASK); in gif_decode_frame()
841 if (gif_bytes < (int)(3 * colour_table_size)) { in gif_decode_frame()
847 for (index = 0; index < colour_table_size; index++) { in gif_decode_frame()
[all …]
H A Dlibnsgif.h105 unsigned int colour_table_size; /**< size of colour table (in entries) */ member
/dports/graphics/libnsgif/libnsgif-0.2.1/include/
H A Dlibnsgif.h132 unsigned int colour_table_size; member
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dnsgifload.c277 printf( " colour_table_size = %d\n", anim->colour_table_size ); in print_animation()
317 gif->anim->background_index < gif->anim->colour_table_size ) { in vips_foreign_load_nsgif_set_header()