LZWState 52 libavcodec/gifdec.c LZWState *lzw; LZWState 96 libavcodec/lzw.c return ((struct LZWState*)p)->pbuf; LZWState 101 libavcodec/lzw.c struct LZWState *s = (struct LZWState *)p; LZWState 114 libavcodec/lzw.c *p = av_mallocz(sizeof(struct LZWState)); LZWState 132 libavcodec/lzw.c struct LZWState *s = (struct LZWState *)p; LZWState 172 libavcodec/lzw.c struct LZWState *s = (struct LZWState *)p; LZWState 53 libavcodec/tiff.c LZWState *lzw;