Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlzw.h49 int ff_lzw_decode(LZWState *s, uint8_t *buf, int len);
Dlzw.c169 int ff_lzw_decode(LZWState *p, uint8_t *buf, int len){ in ff_lzw_decode() function
Dgifdec.c261 int count = ff_lzw_decode(s->lzw, s->idx_line, width); in gif_read_image()
Dtiff.c834 pixels = ff_lzw_decode(s->lzw, dst, width); in tiff_unpack_strip()