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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Drotozoom.c54 typedef unsigned char UINT8; typedef
56 static void rgb24_to_yuv420p(UINT8 *lum, UINT8 *cb, UINT8 *cr,
57 UINT8 *src, int width, int height)
61 UINT8 *p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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

Completed in 90 milliseconds