HomeSort by relevance Sort by last modified time
    Searched refs:MaxCode1 (Results 1 - 3 of 3) sorted by null

  /external/giflib/
gif_lib_private.h 39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
dgif_lib.c 760 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
822 Private->MaxCode1 = 1 << Private->RunningBits;
    [all...]
egif_lib.c 852 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
924 Private->MaxCode1 = 1 << Private->RunningBits;
    [all...]

Completed in 38 milliseconds