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 37 RunningCode, /* The next code algorithm can generate. */
38 RunningBits, /* The number of bits required to represent RunningCode. */
dgif_lib.c 758 Private->RunningCode = Private->EOFCode + 1;
820 Private->RunningCode = Private->EOFCode + 1;
841 if (CrntCode == Private->RunningCode - 2) {
843 Suffix[Private->RunningCode - 2] =
874 if (LastCode != NO_SUCH_CODE && Prefix[Private->RunningCode - 2] == NO_SUCH_CODE) {
875 Prefix[Private->RunningCode - 2] = LastCode;
877 if (CrntCode == Private->RunningCode - 2) {
882 Suffix[Private->RunningCode - 2] =
885 Suffix[Private->RunningCode - 2] =
    [all...]

Completed in 53 milliseconds