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

  /external/giflib/
gif_lib_private.h 38 RunningCode, /* The next code algorithm can generate. */
39 RunningBits, /* The number of bits required to represent RunningCode. */
dgif_lib.c 711 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;
    [all...]

Completed in 141 milliseconds