Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp585 lastCode_ = FIRST_CODE; in InitDictionary()
631 if (LZWWriteOut(lastCode_)) { in LZWEncodeFrame()
650 if (lastCode_ == FIRST_CODE) { in LZWEncode()
653 curChar = lastCode_; in LZWEncode()
681 lastCode_ = curChar; in LZWEncode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_encoder.h84 int lastCode_; variable