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

/external/giflib/
H A Dgif_lib_private.h38 RunningCode, /* The next code algorithm can generate. */ member in struct:GifFilePrivateType
39 RunningBits, /* The number of bits required to represent RunningCode. */
H A Ddgif_lib.c711 Private->RunningCode = Private->EOFCode + 1;
778 Private->RunningCode = Private->EOFCode + 1;
799 if (CrntCode == Private->RunningCode - 2) {
801 Suffix[Private->RunningCode - 2] =
835 Prefix[Private->RunningCode - 2] = LastCode;
837 if (CrntCode == Private->RunningCode - 2) {
842 Suffix[Private->RunningCode - 2] =
845 Suffix[Private->RunningCode - 2] =
911 Private->RunningCode = Private->EOFCode + 1;
961 * keep using the table as it is, don't increment Private->RunningCode
[all...]

Completed in 86 milliseconds