wilber.h File Reference

Go to the source code of this file.

Defines

#define HEADER_PIXEL(data, pixel)

Variables

static unsigned int wilber_width = 76
static unsigned int wilber_height = 59
static char * wilber_data


Define Documentation

#define HEADER_PIXEL data,
pixel   ) 
 

Value:

pixel[0] = (((data[0] - 33) << 2) | ((data[1] - 33) >> 4)); \
  pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \
  pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \
  data += 4;

Definition at line 8 of file wilber.h.


Variable Documentation

char* wilber_data [static]
 

Definition at line 14 of file wilber.h.

unsigned int wilber_height = 59 [static]
 

Definition at line 4 of file wilber.h.

unsigned int wilber_width = 76 [static]
 

Definition at line 3 of file wilber.h.


Generated on Sat Apr 1 09:04:40 2006 for GXSM by  doxygen 1.4.6