Home
last modified time | relevance | path

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

/external/giflib/
Ddgif_lib.c780 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
842 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
865 if (CrntCode == Private->RunningCode - 2) { in DGifDecompressLine()
866 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
871 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
899 if (LastCode != NO_SUCH_CODE && Prefix[Private->RunningCode - 2] == NO_SUCH_CODE) { in DGifDecompressLine()
900 Prefix[Private->RunningCode - 2] = LastCode; in DGifDecompressLine()
902 if (CrntCode == Private->RunningCode - 2) { in DGifDecompressLine()
907 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
910 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
[all …]
Dgif_lib_private.h37 RunningCode, /* The next code algorithm can generate. */ member
Degif_lib.c857 Private->RunningCode = Private->EOFCode + 1; in EGifSetupCompress()
922 if (Private->RunningCode >= LZ_MAX_CODE) { in EGifCompressLine()
929 Private->RunningCode = Private->EOFCode + 1; in EGifCompressLine()
935 _InsertHashTable(HashTable, NewKey, Private->RunningCode++); in EGifCompressLine()
1004 if (Private->RunningCode >= Private->MaxCode1 && Code <= 4095) { in EGifCompressOutput()