Searched refs:ff_lzw_decode (Results 1 – 4 of 4) sorted by relevance
49 int ff_lzw_decode(LZWState *s, uint8_t *buf, int len);
169 int ff_lzw_decode(LZWState *p, uint8_t *buf, int len){ in ff_lzw_decode() function
261 int count = ff_lzw_decode(s->lzw, s->idx_line, width); in gif_read_image()
834 pixels = ff_lzw_decode(s->lzw, dst, width); in tiff_unpack_strip()