Searched refs:RunningCode (Results 1 - 2 of 2) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h37 RunningCode, /* The next code algorithm can generate. */ member in struct:GifFilePrivateType
38 RunningBits, /* The number of bits required to represent RunningCode. */
H A Ddgif_lib.c758 Private->RunningCode = Private->EOFCode + 1;
820 Private->RunningCode = Private->EOFCode + 1;
841 if (CrntCode == Private->RunningCode - 2) {
843 Suffix[Private->RunningCode - 2] =
874 if (LastCode != NO_SUCH_CODE && Prefix[Private->RunningCode - 2] == NO_SUCH_CODE) {
875 Prefix[Private->RunningCode - 2] = LastCode;
877 if (CrntCode == Private->RunningCode - 2) {
882 Suffix[Private->RunningCode - 2] =
885 Suffix[Private->RunningCode - 2] =
948 Private->RunningCode
[all...]

Completed in 1027 milliseconds