HomeSort by relevance Sort by last modified time
    Searched full:int32 (Results 226 - 250 of 996) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jpeg/
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)
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...]
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.c 358 int32 yIndexL;
359 int32 xIndexL;
373 srcImageSubSectionL.x2E = bbs_min( ( int32 ) srcPtrA->widthE, sectionL.x2E );
374 srcImageSubSectionL.y2E = bbs_min( ( int32 ) srcPtrA->heightE, sectionL.y2E );
520 int32 xOffsA,
521 int32 yOffsA,
523 int32 resultWidthA,
524 int32 resultHeightA )
538 int32 shiftL;
541 int32 maxInt32Value8bbpL = 0x7FFFFFFF
    [all...]
ToneDownBGSupp.c 162 if( ( int32 )imgA->widthE > ( int32 )rectIxXMaxL )
164 ctrL += ( int32 )imgA->widthE - ( int32 )rectIxXMaxL;
311 int32 toneDownFactorA, /* ToDo: change to int16, bpb=[0.16] */
312 int32 cutOffAccuracyA )
325 int32 meanBGGreyLevelLongL;
334 struct bbs_Int32Arr toneDownFactorsL; /* ToDo: change int32 bpb=[16.16] to uint bpb=[0.16] */
335 int32 toneDownFactorPowA;
336 int32* toneDownFactorsPtrL
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
multiple_files_test.proto 45 optional int32 i = 1;
66 optional int32 extension_with_outer = 1234567;
  /external/protobuf/src/google/protobuf/
unittest_mset.proto 55 optional int32 i = 15;
68 required int32 type_id = 2;
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_syssem.c 67 int32 val;
116 int32 count;
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 167 int32 transit;
240 int32 buttons;
271 int32 buttons;
310 int32 key;
311 int32 modifiers;
312 int32 key_repeat;
348 int32 key;
349 int32 modifiers;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 49 static const int32 kFstMagicNumber = 2125659606;
53 int32 magic_number = 0;
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 45 int32 NPP_WriteReady(NPP instance, NPStream* stream);
46 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
194 int32 NPP_WriteReady(NPP instance, NPStream* stream)
199 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 64 int32 NPP_WriteReady(NPP instance, NPStream* stream);
65 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
178 int32 NPP_WriteReady(NPP instance, NPStream* stream)
183 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 80 int32 NPP_WriteReady(NPP instance, NPStream* stream);
81 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
204 int32 NPP_WriteReady(NPP instance, NPStream* stream)
209 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 67 int32 NPP_WriteReady(NPP instance, NPStream* stream);
68 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer);
191 int32 NPP_WriteReady(NPP instance, NPStream* stream)
196 int32 NPP_Write(NPP instance, NPStream* stream, int32 offset, int32 len, void* buffer)
  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.h 69 int32 iNumberOfBuffers;
70 int32 iBufferSize;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 64 int32 GetNAL_Config(uint8** bitstream, int32* size);
82 int32 width, height, display_width, display_height = 0;
83 int32 profile_level = 0;
108 int32 width, height, display_width, display_height = 0;
109 int32 profile_idc, level_idc = 0;
260 int32 GetNAL_Config(uint8** bitstream, int32* size)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xwindows.h 44 #define INT32 wINT32
55 #undef INT32
  /external/neven/Embedded/common/src/b_TensorEm/
Int16Vec3D.c 117 return ( int32 ) ptrA->xE * ptrA->xE +
118 ( int32 ) ptrA->yE * ptrA->yE +
119 ( int32 ) ptrA->zE * ptrA->zE;
126 return bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE +
127 ( int32 ) ptrA->yE * ptrA->yE +
128 ( int32 ) ptrA->zE * ptrA->zE );
133 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA )
135 int32 normL = bbs_sqrt32( ( int32 ) ptrA->xE * ptrA->xE +
136 ( int32 ) ptrA->yE * ptrA->yE
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
mdct_fxp.cpp 28 type Int32
31 min size required 1024, type Int32
264 Int32 data_quant[],
265 Int32 Q_FFTarray[],
269 Int32 temp_re;
270 Int32 temp_im;
272 Int32 temp_re_32;
273 Int32 temp_im_32;
277 Int32 exp_jw;
281 const Int32 *p_rotate
    [all...]
hcbtables.h 79 extern const Int32 huff_tab1[88];
80 extern const Int32 huff_tab2[90];
81 extern const Int32 huff_tab3[151];
82 extern const Int32 huff_tab4[119];
83 extern const Int32 huff_tab5[110];
84 extern const Int32 huff_tab6[113];
85 extern const Int32 huff_tab7[107];
86 extern const Int32 huff_tab8[90];
87 extern const Int32 huff_tab9[204];
88 extern const Int32 huff_tab10[186]
    [all...]
mdst.cpp 32 Int32 x 32-bit integer input length 64
85 #define Qfmt1(a) (Int32)(a*0x7FFFFFFF + (a>=0?0.5F:-0.5F))
86 #define Qfmt(a) (Int32)(a*((Int32)1<<27) + (a>=0?0.5F:-0.5F))
88 const Int32 CosTable_32[32] =
138 void mdst_32(Int32 vec[], Int32 scratch_mem[])
142 const Int32 *pt_cos = CosTable_32;
143 Int32 *pt_vec = vec;
144 Int32 tmp1
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser_unittest.cc 216 " required int32 foo = 1;\n"
229 " required int32 foo = 1;\n"
243 " required int32 foo = 1;\n"
258 " required int32 foo = 1;\n"
271 " required int32 foo = 15;\n"
272 " optional int32 bar = 34;\n"
273 " repeated int32 baz = 3;\n"
287 " required int32 foo = 1;\n"
327 " required int32 foo = 1 [default= 1 ];\n"
328 " required int32 foo = 1 [default= -2 ];\n
    [all...]
  /external/bzip2/
bzip2.c 164 typedef int Int32;
183 Int32 verbosity;
186 Int32 numFileNames, numFilesProcessed, blockSize100k;
187 Int32 exitValue;
199 Int32 opMode;
200 Int32 srcMode;
204 Int32 longestFileName;
211 Int32 workFactor;
218 static void cleanUpAndFail ( Int32 ) NORETURN;
222 static void* myMalloc ( Int32 );
    [all...]
bzip2recover.c 52 typedef int Int32;
111 static void mallocFail ( Int32 n )
123 static void tooManyBlocks ( Int32 max_handled_blocks )
146 Int32 buffer;
147 Int32 buffLive;
180 static void bsPutBit ( BitStream* bs, Int32 bit )
183 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle );
199 static Int32 bsGetBit ( BitStream* bs )
205 Int32 retVal = getc ( bs->handle );
220 Int32 retVal
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_6.cpp 38 Int32 vec[] vector of 6 32-bit integers
40 Int32 vec[] dct computation in-place
82 #define Qfmt30(a) (Int32)(a*((Int32)1<<30) + (a>=0?0.5F:-0.5F))
114 void pvmp3_dct_6(int32 vec[])
117 Int32 tmp0;
118 Int32 tmp1;
119 Int32 tmp2;
120 Int32 tmp3;
121 Int32 tmp4
    [all...]
pvmp3_huffman_decoding.cpp 44 int32 *x, returns decoded x value
45 int32 *y, returns decoded y value
46 int32 *v, returns decoded v value (only in quad function)
47 int32 *w, returns decoded w value (only in quad function)
123 int32 *is,
127 int32 x;
128 int32 y;
129 int32 v;
130 int32 w;
190 int32 *is
    [all...]

Completed in 2027 milliseconds

1 2 3 4 5 6 7 8 91011>>