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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djmorecfg.h132 /* UINT8 must hold at least the values 0..255. */
136 typedef unsigned char UINT8; typedef
139 typedef char UINT8; typedef
141 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 Djquant1.c79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djmorecfg.h133 /* UINT8 must hold at least the values 0..255. */
136 typedef unsigned char UINT8; typedef
139 typedef char UINT8; typedef
141 typedef short UINT8; typedef
H A Djpeglib.h109 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
111 UINT8 huffval[256]; /* The symbols, in order of incr code length */
204 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
330 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
331 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
332 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
360 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
361 UINT8 JFIF_minor_version;
366 UINT8 density_unit; /* JFIF code for pixel size units */
566 UINT8 arith_dc_
[all...]
H A Djcparam.c170 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val)
191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
203 static const UINT8 bits_dc_luminance[17] =
205 static const UINT8 val_dc_luminance[] =
208 static const UINT8 bits_dc_chrominance[17] =
210 static const UINT8 val_dc_chrominance[] =
213 static const UINT8 bits_ac_luminance[17] =
215 static const UINT8 val_ac_luminance[] =
238 static const UINT8 bits_ac_chrominanc
[all...]
H A Djdsample.c58 UINT8 h_expand[MAX_COMPONENTS];
59 UINT8 v_expand[MAX_COMPONENTS];
349 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);
350 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
H A Djcsample.c72 UINT8 h_expand[MAX_COMPONENTS];
73 UINT8 v_expand[MAX_COMPONENTS];
535 downsample->h_expand[ci] = (UINT8) (h_in_group / h_out_group);
536 downsample->v_expand[ci] = (UINT8) (v_in_group / v_out_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 Drdtarga.c78 static const UINT8 c5to8bits[32] = {
H A Djquant1.c79 static const UINT8 base_dither_matrix[ODITHER_SIZE][ODITHER_SIZE] = {
H A Djchuff.c1245 UINT8 bits[MAX_CLEN+1]; /* bits[k] = # of symbols with code length k */
1367 htbl->huffval[p] = (UINT8) j;
H A Djdhuff.c47 UINT8 look_sym[1<<HUFF_LOOKAHEAD]; /* symbol, or unused */
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosTypes.h39 *** UINT8 ucTest; //ACOS definition(UINT8)
55 *** UINT8 ucTest; //ACOS definition(UINT8)
69 *** UINT8 ucTest; //ACOS definition(UINT8)
137 #ifndef UINT8
138 #define UINT8 unsigned char macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h55 typedef UINT8 uint8_t;
68 typedef UINT8 uint8_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Ddns_sd.h55 typedef UINT8 uint8_t;
68 typedef UINT8 uint8_t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/acpi/
H A Dactypes.h66 #define ACPI_UINT8_MAX (UINT8) (~((UINT8) 0)) /* 0xFF */
82 * UINT8 8-bit (1 byte) unsigned value
128 typedef unsigned char UINT8; typedef
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3defs.h135 typedef UINT8 ANTLR3_UINT8, *pANTLR3_UINT8;
140 typedef UINT8 ANTLR3_BOOLEAN, *pANTLR3_BOOLEAN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagjpeg.cpp447 cinfo.density_unit = (UINT8)image->GetOptionInt(wxIMAGE_OPTION_RESOLUTIONUNIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c2139 { register UINT8 *from = tif->tif_base + *v++;
2225 register UINT8 *from = tif->tif_base + *v++, *to;

Completed in 304 milliseconds