Home
last modified time | relevance | path

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

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