HomeSort by relevance Sort by last modified time
    Searched refs:INT32 (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/dbus/test/data/valid-messages/
opposite-endian.message 11 TYPE INT32
12 INT32 0xfeeb
19 TYPE INT32
20 INT32 89765432
unknown-header-field.message 11 STRING 'int32'
12 TYPE INT32
13 INT32 0x12345678
simplest-manual.message 12 INT32 7
  /external/dbus/test/data/incomplete-messages/
missing-body.message 15 TYPE INT32
16 INT32 37
  /external/jpeg/
jidctred.c 58 #define FIX_0_211164243 ((INT32) 1730) /* FIX(0.211164243) */
59 #define FIX_0_509795579 ((INT32) 4176) /* FIX(0.509795579) */
60 #define FIX_0_601344887 ((INT32) 4926) /* FIX(0.601344887) */
61 #define FIX_0_720959822 ((INT32) 5906) /* FIX(0.720959822) */
62 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
63 #define FIX_0_850430095 ((INT32) 6967) /* FIX(0.850430095) */
64 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
65 #define FIX_1_061594337 ((INT32) 8697) /* FIX(1.061594337) */
66 #define FIX_1_272758580 ((INT32) 10426) /* FIX(1.272758580) */
67 #define FIX_1_451774981 ((INT32) 11893) /* FIX(1.451774981) *
    [all...]
jidctint.c 70 * intermediate INT32 array would be needed.)
93 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
94 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
95 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
96 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
98 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
99 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.501321110) */
100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */
101 #define FIX_1_961570560 ((INT32) 16069) /* FIX(1.961570560) *
    [all...]
jfdctint.c 70 * array is INT32 anyway.)
93 #define FIX_0_298631336 ((INT32) 2446) /* FIX(0.298631336) */
94 #define FIX_0_390180644 ((INT32) 3196) /* FIX(0.390180644) */
95 #define FIX_0_541196100 ((INT32) 4433) /* FIX(0.541196100) */
96 #define FIX_0_765366865 ((INT32) 6270) /* FIX(0.765366865) */
97 #define FIX_0_899976223 ((INT32) 7373) /* FIX(0.899976223) */
98 #define FIX_1_175875602 ((INT32) 9633) /* FIX(1.175875602) */
99 #define FIX_1_501321110 ((INT32) 12299) /* FIX(1.501321110) */
100 #define FIX_1_847759065 ((INT32) 15137) /* FIX(1.847759065) */
101 #define FIX_1_961570560 ((INT32) 16069) /* FIX(1.961570560) *
    [all...]
jdct.h 19 * for 8-bit samples, INT32 for 12-bit samples. (NOTE: Floating-point DCT
32 typedef INT32 DCTELEM; /* must have 32 bits */
61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
125 * All values are expected to be of type INT32.
131 #define ONE ((INT32) 1)
139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
141 /* Descale and correctly round an INT32 value that's scaled by N bits.
148 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result
    [all...]
rdbmp.c 248 #define GET_4B(array,offset) ((INT32) UCH(array[offset]) + \
249 (((INT32) UCH(array[offset+1])) << 8) + \
250 (((INT32) UCH(array[offset+2])) << 16) + \
251 (((INT32) UCH(array[offset+3])) << 24))
252 INT32 bfOffBits;
253 INT32 headerSize;
254 INT32 biWidth = 0; /* initialize to avoid compiler warning */
255 INT32 biHeight = 0;
257 INT32 biCompression;
258 INT32 biXPelsPerMeter,biYPelsPerMeter
    [all...]
jidctflt.c 221 outptr[0] = range_limit[(int) DESCALE((INT32) (tmp0 + tmp7), 3)
223 outptr[7] = range_limit[(int) DESCALE((INT32) (tmp0 - tmp7), 3)
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3)
229 outptr[2] = range_limit[(int) DESCALE((INT32) (tmp2 + tmp5), 3)
231 outptr[5] = range_limit[(int) DESCALE((INT32) (tmp2 - tmp5), 3)
233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3)
235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4), 3)
jdcolor.c 24 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
41 static const INT32 dither_matrix[4] = {
81 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
82 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
94 INT32 x;
103 cconvert->Cr_g_tab = (INT32 *)
105 (MAXJSAMPLE+1) * SIZEOF(INT32));
106 cconvert->Cb_g_tab = (INT32 *)
108 (MAXJSAMPLE+1) * SIZEOF(INT32));
    [all...]
jdmerge.c 51 static const INT32 dither_matrix[4] = {
73 INT32 * Cr_g_tab; /* => table for Cr to G conversion */
74 INT32 * Cb_g_tab; /* => table for Cb to G conversion */
91 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
92 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
105 INT32 x;
114 upsample->Cr_g_tab = (INT32 *)
116 (MAXJSAMPLE+1) * SIZEOF(INT32));
117 upsample->Cb_g_tab = (INT32 *)
119 (MAXJSAMPLE+1) * SIZEOF(INT32));
    [all...]
jdhuff.h 28 INT32 maxcode[18]; /* largest code of length k (-1 if none) */
30 INT32 valoffset[17]; /* huffval[] offset for codes of length k */
72 typedef INT32 bit_buf_type; /* type of bit-extraction buffer */
jfdctfst.c 79 #define FIX_0_382683433 ((INT32) 98) /* FIX(0.382683433) */
80 #define FIX_0_541196100 ((INT32) 139) /* FIX(0.541196100) */
81 #define FIX_0_707106781 ((INT32) 181) /* FIX(0.707106781) */
82 #define FIX_1_306562965 ((INT32) 334) /* FIX(1.306562965) */
102 /* Multiply a DCTELEM variable by an INT32 constant, and immediately
jccolor.c 24 INT32 * rgb_ycc_tab; /* => table for RGB to YCbCr conversion */
61 #define CBCR_OFFSET ((INT32) CENTERJSAMPLE << SCALEBITS)
62 #define ONE_HALF ((INT32) 1 << (SCALEBITS-1))
63 #define FIX(x) ((INT32) ((x) * (1L<<SCALEBITS) + 0.5))
91 INT32 * rgb_ycc_tab;
92 INT32 i;
95 cconvert->rgb_ycc_tab = rgb_ycc_tab = (INT32 *)
97 (TABLE_SIZE * SIZEOF(INT32)));
138 register INT32 * ctab = cconvert->rgb_ycc_tab;
194 register INT32 * ctab = cconvert->rgb_ycc_tab
    [all...]
jmorecfg.h 30 #define WRITE_TWO_ALIGNED_PIXELS(addr, pixels) ((*(INT32*)(addr)) = pixels)
180 /* INT32 must hold at least signed 32-bit values. */
182 #ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
183 typedef long INT32;
wrbmp.c 170 INT32 headersize, bfSize;
191 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
214 PUT_4B(bmpinfoheader, 28, (INT32) (cinfo->Y_density*100)); /* XPels/M */
235 INT32 headersize, bfSize;
256 bfSize = headersize + (INT32) dest->row_width * (INT32) cinfo->output_height;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xwinsock.h 44 #define INT32 wINT32
55 #undef INT32
Xwindows.h 44 #define INT32 wINT32
55 #undef INT32
Xmd.h 119 typedef unsigned int INT32;
123 typedef signed int INT32;
126 typedef int INT32;
135 typedef int INT32;
137 typedef long INT32;
  /external/dbus/test/data/invalid-messages/
bad-boolean-array.message 23 INT32 3
  /external/valgrind/tsan/pin/
simple_pin_test.cc 33 static void CallbackForFini(INT32 code, void *v) {
39 int main(INT32 argc, CHAR **argv) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
syncstr.h 112 INT32 nCounters B32;
123 INT32 resolution_hi B32;
137 INT32 initial_value_hi B32;
150 INT32 value_hi B32;
163 INT32 value_hi B32;
196 INT32 value_hi B32;
218 INT32 wait_value_hi B32;
221 INT32 event_threshold_hi B32;
267 INT32 wait_value_hi B32;
270 INT32 delta_hi B32
    [all...]
  /external/libvpx/vp8/common/
type_aliases.h 73 typedef signed int INT32;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86vmode.h 103 INT32 *c_private;
105 INT32 *private;
124 INT32 *c_private;
126 INT32 *private;

Completed in 415 milliseconds

1 2 3 4