Searched refs:LZWEncodeState (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dlzw.h54 struct LZWEncodeState;
57 void ff_lzw_encode_init(struct LZWEncodeState *s, uint8_t *outbuf, int outsize,
60 int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize);
61 int ff_lzw_encode_flush(struct LZWEncodeState *s,
H A Dlzwenc.c49 typedef struct LZWEncodeState { struct
63 }LZWEncodeState; typedef in typeref:struct:LZWEncodeState
66 const int ff_lzw_encode_state_size = sizeof(LZWEncodeState);
112 static inline void writeCode(LZWEncodeState * s, int c)
126 static inline int findCode(LZWEncodeState * s, uint8_t c, int hash_prefix)
148 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code)
164 static void clearTable(LZWEncodeState * s)
187 static int writtenBytes(LZWEncodeState *s){
201 void ff_lzw_encode_init(LZWEncodeState *s, uint8_t *outbuf, int outsize,
226 int ff_lzw_encode(LZWEncodeState *
[all...]
H A Dtiffenc.c62 struct LZWEncodeState *lzws; ///< LZW Encode state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dlzw.h54 struct LZWEncodeState;
57 void ff_lzw_encode_init(struct LZWEncodeState *s, uint8_t *outbuf, int outsize,
60 int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize);
61 int ff_lzw_encode_flush(struct LZWEncodeState *s,
H A Dlzwenc.c49 typedef struct LZWEncodeState { struct
63 }LZWEncodeState; typedef in typeref:struct:LZWEncodeState
66 const int ff_lzw_encode_state_size = sizeof(LZWEncodeState);
112 static inline void writeCode(LZWEncodeState * s, int c)
126 static inline int findCode(LZWEncodeState * s, uint8_t c, int hash_prefix)
148 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code)
164 static void clearTable(LZWEncodeState * s)
187 static int writtenBytes(LZWEncodeState *s){
201 void ff_lzw_encode_init(LZWEncodeState *s, uint8_t *outbuf, int outsize,
226 int ff_lzw_encode(LZWEncodeState *
[all...]
H A Dtiffenc.c62 struct LZWEncodeState *lzws; ///< LZW Encode state
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dlzw.h54 struct LZWEncodeState;
57 void ff_lzw_encode_init(struct LZWEncodeState *s, uint8_t *outbuf, int outsize,
60 int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize);
61 int ff_lzw_encode_flush(struct LZWEncodeState *s,
H A Dlzwenc.c49 typedef struct LZWEncodeState { struct
63 }LZWEncodeState; typedef in typeref:struct:LZWEncodeState
66 const int ff_lzw_encode_state_size = sizeof(LZWEncodeState);
112 static inline void writeCode(LZWEncodeState * s, int c)
126 static inline int findCode(LZWEncodeState * s, uint8_t c, int hash_prefix)
148 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code)
164 static void clearTable(LZWEncodeState * s)
187 static int writtenBytes(LZWEncodeState *s){
201 void ff_lzw_encode_init(LZWEncodeState *s, uint8_t *outbuf, int outsize,
226 int ff_lzw_encode(LZWEncodeState *
[all...]
H A Dtiffenc.c62 struct LZWEncodeState *lzws; ///< LZW Encode state

Completed in 123 milliseconds