Home
last modified time | relevance | path

Searched defs:hash_prefix (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlzwenc.c44 int hash_prefix; member
130 static inline int findCode(LZWEncodeState * s, uint8_t c, int hash_prefix) in findCode()
152 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code) in addCode()