ROOT
6.07/01
Reference Guide
|
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | BITS 12 /* largest code size */ |
#define | TSIZE 4096 /* tables size */ |
Typedefs | |
typedef unsigned char | byte |
Functions | |
static int | ReadCode () |
static void | OutPixel (byte pix) |
int | GIFinfo (byte *GIFarr, int *Width, int *Height, int *Ncols) |
int | GIFdecode (byte *GIFarr, byte *PIXarr, int *Width, int *Height, int *Ncols, byte *R, byte *G, byte *B) |
Variables | |
static int | Prefix [TSIZE] |
static byte | Suffix [TSIZE] |
static byte | OutCode [TSIZE] |
static byte * | ptr1 |
static byte * | ptr2 |
static int | CurCodeSize |
static int | CurMaxCode |
static long | CurBit |
#define BITS 12 /* largest code size */ |
Definition at line 7 of file gifdecode.c.
Referenced by GIFdecode().
#define TSIZE 4096 /* tables size */ |
Definition at line 8 of file gifdecode.c.
Referenced by GIFdecode().
typedef unsigned char byte |
Definition at line 10 of file gifdecode.c.
int GIFdecode | ( | byte * | GIFarr, |
byte * | PIXarr, | ||
int * | Width, | ||
int * | Height, | ||
int * | Ncols, | ||
byte * | R, | ||
byte * | G, | ||
byte * | B | ||
) |
Definition at line 149 of file gifdecode.c.
int GIFinfo | ( | byte * | GIFarr, |
int * | Width, | ||
int * | Height, | ||
int * | Ncols | ||
) |
Definition at line 80 of file gifdecode.c.
Definition at line 60 of file gifdecode.c.
Referenced by GIFdecode().
|
static |
Definition at line 27 of file gifdecode.c.
Referenced by GIFdecode().
|
static |
Definition at line 22 of file gifdecode.c.
Referenced by GIFdecode(), and ReadCode().
|
static |
Definition at line 19 of file gifdecode.c.
Referenced by GIFdecode(), and ReadCode().
|
static |
Definition at line 19 of file gifdecode.c.
Referenced by GIFdecode(), and ReadCode().
Definition at line 14 of file gifdecode.c.
Referenced by GIFdecode().
|
static |
Definition at line 12 of file gifdecode.c.
Referenced by GIFdecode().
|
static |
Definition at line 16 of file gifdecode.c.
Referenced by TMethod::FindDataMember(), GIFdecode(), GIFinfo(), TDataMember::Init(), TRootSniffer::ProduceMulti(), ReadCode(), and testGSLRootFinder().
|
static |
Definition at line 16 of file gifdecode.c.
Referenced by TRootContextMenu::AddEntrySorted(), TMethod::FindDataMember(), TRootContextMenu::FindHierarchy(), GIFdecode(), TDataMember::Init(), OutPixel(), and testGSLRootFinder().
Definition at line 13 of file gifdecode.c.
Referenced by GIFdecode().