Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlzwenc.c161 if (s->tabsize >= (1 << s->bits) + (s->mode == FF_LZW_GIF)) in addCode()
269 if (s->mode == FF_LZW_GIF) in ff_lzw_encode_flush()
274 if (s->mode == FF_LZW_GIF) in ff_lzw_encode_flush()
H A Dlzw.h38 FF_LZW_GIF, enumerator
H A Dlzw.c77 if(s->mode == FF_LZW_GIF) { in lzw_get_code()
103 if(s->mode == FF_LZW_GIF) { in ff_lzw_decode_tail()
H A Dgifdec.c250 bytestream2_get_bytes_left(&s->gb), FF_LZW_GIF)) < 0) { in gif_read_image()
H A Dgif.c402 12, FF_LZW_GIF, 1); in gif_image_write_image()

Completed in 3 milliseconds