LZWEncodeState 53 libavcodec/lzw.h struct LZWEncodeState; LZWEncodeState 56 libavcodec/lzw.h void ff_lzw_encode_init(struct LZWEncodeState *s, uint8_t *outbuf, int outsize, LZWEncodeState 59 libavcodec/lzw.h int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize); LZWEncodeState 60 libavcodec/lzw.h int ff_lzw_encode_flush(struct LZWEncodeState *s, LZWEncodeState 67 libavcodec/lzwenc.c const int ff_lzw_encode_state_size = sizeof(LZWEncodeState); LZWEncodeState 113 libavcodec/lzwenc.c static inline void writeCode(LZWEncodeState * s, int c) LZWEncodeState 127 libavcodec/lzwenc.c static inline int findCode(LZWEncodeState * s, uint8_t c, int hash_prefix) LZWEncodeState 149 libavcodec/lzwenc.c static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code) LZWEncodeState 165 libavcodec/lzwenc.c static void clearTable(LZWEncodeState * s) LZWEncodeState 188 libavcodec/lzwenc.c static int writtenBytes(LZWEncodeState *s){ LZWEncodeState 202 libavcodec/lzwenc.c void ff_lzw_encode_init(LZWEncodeState *s, uint8_t *outbuf, int outsize, LZWEncodeState 227 libavcodec/lzwenc.c int ff_lzw_encode(LZWEncodeState * s, const uint8_t * inbuf, int insize) LZWEncodeState 260 libavcodec/lzwenc.c int ff_lzw_encode_flush(LZWEncodeState *s, LZWEncodeState 76 libavcodec/tiffenc.c struct LZWEncodeState *lzws; ///< LZW encode state