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

  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 80 int ClearCode;
133 free_ent = ClearCode + 2;
136 output(ClearCode, outs);
162 ClearCode = 1 << (init_bits - 1);
163 EOFCode = ClearCode + 1;
164 free_ent = ClearCode + 2;
178 output(ClearCode, outs);
  /external/giflib/
gif_lib_private.h 35 ClearCode, /* The CLEAR LZ code. */
dgif_lib.c 39 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
778 Private->ClearCode = (1 << BitsPerPixel);
779 Private->EOFCode = Private->ClearCode + 1;
805 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
815 ClearCode = Private->ClearCode;
838 } else if (CrntCode == ClearCode) {
850 if (CrntCode < ClearCode) {
869 ClearCode);
874 ClearCode);
    [all...]
egif_lib.c 855 Private->ClearCode = (1 << BitsPerPixel);
856 Private->EOFCode = Private->ClearCode + 1;
867 if (EGifCompressOutput(GifFile, Private->ClearCode) == GIF_ERROR) {
924 if (EGifCompressOutput(GifFile, Private->ClearCode)
    [all...]
  /external/libjpeg-turbo/
wrgif.c 62 int ClearCode; /* clear code (doesn't change) */
152 dinfo->ClearCode = (1 << (i_bits - 1));
153 dinfo->EOFCode = dinfo->ClearCode + 1;
154 dinfo->code_counter = dinfo->ClearCode + 2;
160 output(dinfo, dinfo->ClearCode);
178 output(dinfo, dinfo->ClearCode);
179 dinfo->code_counter = dinfo->ClearCode + 2; /* reset the counter */
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 1039 milliseconds