HomeSort by relevance Sort by last modified time
    Searched refs:ULong (Results 1 - 21 of 21) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 358 ULong pred_word, word1, word2;
366 tmp = (ULong)prev & 0x3;
375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx));
376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4));
388 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
392 *((ULong*)(rec += 16)) = pred_word;
394 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 *
    [all...]
me_utils.cpp 223 ULong temp1, temp2;
241 *((ULong*)(dst - 16)) = temp1;
242 *((ULong*)(dst - 12)) = temp1;
243 *((ULong*)(dst - 8)) = temp1;
244 *((ULong*)(dst - 4)) = temp1;
248 *((ULong*)(dst += width)) = temp2;
249 *((ULong*)(dst + 4)) = temp2;
250 *((ULong*)(dst + 8)) = temp2;
251 *((ULong*)(dst + 12)) = temp2;
275 *((ULong*)(dst - 16)) = temp1
    [all...]
sad.cpp 26 ULong num_sad_MB = 0;
27 ULong num_sad_Blk = 0;
28 ULong num_sad_MB_call = 0;
29 ULong num_sad_Blk_call = 0;
81 Int dmin = (ULong)dmin_lx >> 16;
112 ULong cur_word;
126 cur_word = *((ULong*)(blk += 4));
141 cur_word = *((ULong*)(blk += 4));
156 cur_word = *((ULong*)(blk += 4));
171 cur_word = *((ULong*)(blk += 4))
    [all...]
sad_halfpel.cpp 36 ULong num_sad_HP_MB = 0;
37 ULong num_sad_HP_Blk = 0;
38 ULong num_sad_HP_MB_call = 0;
39 ULong num_sad_HP_Blk_call = 0;
251 if (sad > (Int)((ULong)dmin_rx >> 16))
290 if (sad > (Int)((ULong)dmin_rx >> 16))
325 if (sad > (Int)((ULong)dmin_rx >> 16))
348 ULong cur_word;
362 cur_word = *((ULong*)(blk += 4));
398 if (sad > (Int)((ULong)dmin_rx >> 16)
    [all...]
fastidct.cpp     [all...]
bitstream_io.h 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
motion_est.cpp 116 ULong num_MB = 0;
117 ULong num_HP_MB = 0;
118 ULong num_Blk = 0;
119 ULong num_HP_Blk = 0;
120 ULong num_cand = 0;
121 ULong num_better_hp = 0;
122 ULong i_dist_from_guess = 0;
123 ULong j_dist_from_guess = 0;
124 ULong num_hp_not_zero = 0;
677 ULong *htfmMB = (ULong*)tmp
    [all...]
mp4def.h 63 typedef unsigned long ULong;
mp4enc_api.cpp 131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
    [all...]
mp4lib_int.h 396 ULong nextModTime; /* expected next frame time */
402 ULong modTime; /* Input frame modTime */
dct.cpp     [all...]
mp4enc_lib.h 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
vop.cpp 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime)
fastquant.cpp 488 bitmapzz[0] = (ULong)1 << 31;
522 bitmapzz[0] = (ULong)1 << 31;
bitstream_io.cpp 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value)
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 32 typedef unsigned long ULong;
123 ULong timestamp; /* modulo timestamp in millisecond*/
338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer);
365 OSCL_IMPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer);
384 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
  /external/v8/src/third_party/dtoa/
dtoa.c 169 #ifndef ULong
170 typedef unsigned Long ULong;
267 typedef union { double d; ULong L[2]; } U;
272 #define word0(x) ((ULong *)&x)[1]
273 #define word1(x) ((ULong *)&x)[0]
275 #define word0(x) ((ULong *)&x)[0]
276 #define word1(x) ((ULong *)&x)[1]
482 ULong x[1];
512 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
514 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1
    [all...]
  /bionic/libc/stdlib/
strtod.c 140 #define ULong u_int32_t
211 ULong ul[2];
366 ULong x[1];
477 ULong *x, y;
479 ULong xi, z;
523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
566 (x) ULong x;
568 (ULong x)
600 (y) ULong *y
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 192 #ifndef ULong
193 typedef unsigned Long ULong;
304 typedef union { double d; ULong L[2]; } U;
527 ULong x[1];
556 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
558 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
612 ULong *x;
615 ULong carry, *x, y;
617 ULong xi, z;
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 241 case QMetaType::ULong:
263 case QMetaType::ULong:
784 type == QMetaType::ULong ||
    [all...]
  /external/freetype/src/raster/
ftraster.c 305 typedef unsigned long ULong;
    [all...]

Completed in 315 milliseconds