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

  /external/giflib/
gif_lib_private.h 36 ClearCode, /* The CLEAR LZ code. */
dgif_lib.c 55 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
709 Private->ClearCode = (1 << BitsPerPixel);
710 Private->EOFCode = Private->ClearCode + 1;
738 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
748 ClearCode = Private->ClearCode;
774 } else if (CrntCode == ClearCode) {
786 if (CrntCode < ClearCode) {
804 ClearCode);
819 CrntPrefix > ClearCode && CrntPrefix <= LZ_MAX_CODE)
    [all...]
  /external/jpeg/
wrgif.c 59 int ClearCode; /* clear code (doesn't change) */
149 dinfo->ClearCode = (1 << (i_bits - 1));
150 dinfo->EOFCode = dinfo->ClearCode + 1;
151 dinfo->code_counter = dinfo->ClearCode + 2;
157 output(dinfo, dinfo->ClearCode);
175 output(dinfo, dinfo->ClearCode);
176 dinfo->code_counter = dinfo->ClearCode + 2; /* reset the counter */

Completed in 234 milliseconds