Searched refs:MaxCode1 (Results 1 - 3 of 3) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c782 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
844 Private->MaxCode1 = 1 << Private->RunningBits;
975 Private->MaxCode1 = 1 << Private->RunningBits;
1027 ++Private->RunningCode > Private->MaxCode1 &&
1029 Private->MaxCode1 <<= 1;
H A Degif_lib.c859 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
931 Private->MaxCode1 = 1 << Private->RunningBits;
1004 if (Private->RunningCode >= Private->MaxCode1 && Code <= 4095) {
1005 Private->MaxCode1 = 1 << ++Private->RunningBits;

Completed in 483 milliseconds