Home
last modified time | relevance | path

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

/third_party/giflib/
Dgif_lib_private.h45 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */ member
Ddgif_lib.c829 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */ in DGifSetupDecompress()
891 Private->MaxCode1 = 1 << Private->RunningBits; in DGifDecompressLine()
1022 Private->MaxCode1 = 1 << Private->RunningBits; in DGifGetLZCodes()
1074 ++Private->RunningCode > Private->MaxCode1 && in DGifDecompressInput()
1076 Private->MaxCode1 <<= 1; in DGifDecompressInput()
Degif_lib.c870 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */ in EGifSetupCompress()
941 Private->MaxCode1 = 1 << Private->RunningBits; in EGifCompressLine()
1014 if (Private->RunningCode >= Private->MaxCode1 && Code <= 4095) { in EGifCompressOutput()
1015 Private->MaxCode1 = 1 << ++Private->RunningBits; in EGifCompressOutput()