Searched refs:UINT8 (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmorecfg.h132 /* UINT8 must hold at least the values 0..255. */
135 typedef unsigned char UINT8; typedef
138 typedef char UINT8; typedef
140 typedef short UINT8; typedef
H A Djpeglib.h102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
104 UINT8 huffval[256]; /* The symbols, in order of incr code length */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
309 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
310 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
311 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
338 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
339 UINT8 JFIF_minor_version;
344 UINT8 density_unit; /* JFIF code for pixel size units */
541 UINT8 arith_dc_
[all...]
H A Djcparam.c153 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
186 static const UINT8 bits_dc_luminance[17] =
188 static const UINT8 val_dc_luminance[] =
191 static const UINT8 bits_dc_chrominance[17] =
193 static const UINT8 val_dc_chrominance[] =
196 static const UINT8 bits_ac_luminance[17] =
198 static const UINT8 val_ac_luminance[] =
221 static const UINT8 bits_ac_chrominanc
[all...]
H A Djdhuff.h45 UINT8 look_sym[1<<HUFF_LOOKAHEAD]; /* symbol, or unused */
H A Djdsample.c57 UINT8 h_expand[MAX_COMPONENTS];
58 UINT8 v_expand[MAX_COMPONENTS];
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);
467 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
H A Djdmarker.c395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
398 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
423 UINT8 bits[17];
424 UINT8 huffval[256];
682 cinfo->Adobe_transform = (UINT8) transform;
767 cur_marker->marker = (UINT8) cinfo->unread_marker;
H A Djchuff.c708 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
830 htbl->huffval[p] = (UINT8) j;
H A Drdtarga.c78 static const UINT8 c5to8bits[32] = {
H A Djquant1.c79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dralink.c17 typedef unsigned char UINT8; typedef
93 UINT8 Addr[ETH_LENGTH_OF_ADDRESS];
94 UINT8 Aid;
95 UINT8 Psm;
109 UINT8 *buf;
114 static int wl_ioctl_nobr(UINT8 *name, int cmd, void *buf, int len );
121 UINT8 buf[MAXBUF];
203 int wl_ioctl_nobr( UINT8 *name, int cmd, void *buf, int len )
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dactypes.h39 * UINT8 8-bit (1 byte) unsigned value
59 typedef unsigned char UINT8; typedef
82 typedef unsigned char UINT8; typedef
119 typedef unsigned char UINT8; typedef
156 #define ACPI_UINT8_MAX (UINT8) 0xFF
167 typedef UINT8 u8;

Completed in 113 milliseconds