[go: nahoru, domu]

Searched refs:ULong (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp358 ULong pred_word, word1, word2;
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 */
397 *((ULong*)(re
[all...]
H A Dme_utils.cpp223 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*)(ds
[all...]
H A Dsad.cpp26 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*)(bl
[all...]
H A Dsad_halfpel.cpp36 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_r
[all...]
H A Dfastidct.cpp1862 ULong tmp4;
1875 *((ULong*)rec) = *((ULong*)(rec + 4)) = 0;
1876 *((ULong*)(rec += lx)) = 0;
1877 *((ULong*)(rec + 4)) = 0;
1878 *((ULong*)(rec += lx)) = 0;
1879 *((ULong*)(rec + 4)) = 0;
1880 *((ULong*)(rec += lx)) = 0;
1881 *((ULong*)(rec + 4)) = 0;
1882 *((ULong*)(re
[all...]
H A Dbitstream_io.h33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
H A Dmotion_est.cpp116 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 *htfmM
[all...]
H A Dmp4def.h63 typedef uint32_t ULong; typedef
H A Dmp4enc_api.cpp138 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
140 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
1387 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer)
1405 ULong modTime = vid_in->timestamp;
1630 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1681 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer)
1695 ULong modTime = vid_in->timestamp;
1872 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime)
1953 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
2624 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTim
[all...]
H A Dmp4lib_int.h396 ULong nextModTime; /* expected next frame time */
402 ULong modTime; /* Input frame modTime */
H A Ddct.cpp1251 ULong word;
1258 word = *((ULong*)cur);
1264 word = *((ULong*)(cur + 4));
H A Dmp4enc_lib.h35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
H A Dvop.cpp309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime)
H A Dfastquant.cpp488 bitmapzz[0] = (ULong)1 << 31;
522 bitmapzz[0] = (ULong)1 << 31;
H A Dbitstream_io.cpp168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h32 typedef uint32_t ULong; typedef
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);
/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp120 case clang::BuiltinType::ULong:
H A Dslang_rs_export_type.cpp74 {PrimitiveDataType, "ulong", "UNSIGNED_64", "U64", 64, "uint64_t", "long", "long", "ULong", "Long", false},
128 {clang::BuiltinType::ULong, DataTypeUnsigned64,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp481 ULong modTimeMs = 0;

Completed in 173 milliseconds