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

  /external/giflib/
gif_lib_private.h 38 RunningBits, /* The number of bits required to represent RunningCode. */
39 MaxCode1, /* 1 bigger than max. possible code, in RunningBits bits. */
dgif_lib.c 759 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */
760 Private->MaxCode1 = 1 << Private->RunningBits; /* Max. code + 1. */
821 Private->RunningBits = Private->BitsPerPixel + 1;
822 Private->MaxCode1 = 1 << Private->RunningBits;
    [all...]

Completed in 323 milliseconds