Home
last modified time | relevance | path

Searched refs:DKey (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp599 uint32_t DKey; in IsInDictionary() local
600 while ((DKey = (dictionary_[key] >> LZ_BITS)) != 0xFFFFFL) { in IsInDictionary()
601 if (Key == DKey) { in IsInDictionary()