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

  /external/giflib/
gif_lib_private.h 36 EOFCode, /* The EOF LZ code. */
dgif_lib.c 769 Private->EOFCode = Private->ClearCode + 1;
770 Private->RunningCode = Private->EOFCode + 1;
795 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
804 EOFCode = Private->EOFCode;
822 if (CrntCode == EOFCode) {
832 Private->RunningCode = Private->EOFCode + 1;
    [all...]
egif_lib.c 852 Private->EOFCode = Private->ClearCode + 1;
853 Private->RunningCode = Private->EOFCode + 1;
925 Private->RunningCode = Private->EOFCode + 1;
946 if (EGifCompressOutput(GifFile, Private->EOFCode) == GIF_ERROR) {
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
LZWEncoder.java 82 int EOFCode;
163 EOFCode = ClearCode + 1;
213 output(EOFCode, outs);
286 if (code == EOFCode) {
  /external/libjpeg-turbo/
wrgif.c 62 int EOFCode; /* EOF code (ditto) */
152 dinfo->EOFCode = dinfo->ClearCode + 1;
188 output(dinfo, dinfo->EOFCode);

Completed in 807 milliseconds