Home
last modified time | relevance | path

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

/external/giflib/
Ddgif_lib.c770 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
832 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
855 if (CrntCode == Private->RunningCode - 2) { in DGifDecompressLine()
856 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
861 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
889 if (LastCode != NO_SUCH_CODE && Prefix[Private->RunningCode - 2] == NO_SUCH_CODE) { in DGifDecompressLine()
890 Prefix[Private->RunningCode - 2] = LastCode; in DGifDecompressLine()
892 if (CrntCode == Private->RunningCode - 2) { in DGifDecompressLine()
897 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
900 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
[all …]
Dgif_lib_private.h37 RunningCode, /* The next code algorithm can generate. */ member
Degif_lib.c853 Private->RunningCode = Private->EOFCode + 1; in EGifSetupCompress()
918 if (Private->RunningCode >= LZ_MAX_CODE) { in EGifCompressLine()
925 Private->RunningCode = Private->EOFCode + 1; in EGifCompressLine()
931 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()
1000 if (Private->RunningCode >= Private->MaxCode1 && Code <= 4095) { in EGifCompressOutput()