/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 358 ULong pred_word, word1, word2; in GetPredAdvBy0x0() 375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx)); in GetPredAdvBy0x0() 376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4)); in GetPredAdvBy0x0() 388 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */ in GetPredAdvBy0x0() 389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */ in GetPredAdvBy0x0() 392 *((ULong*)(rec += 16)) = pred_word; in GetPredAdvBy0x0() 394 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */ in GetPredAdvBy0x0() 397 *((ULong*)(rec + 4)) = pred_word; in GetPredAdvBy0x0() 410 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */ in GetPredAdvBy0x0() 411 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */ in GetPredAdvBy0x0() [all …]
|
D | 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; in SAD_Macroblock_C() 112 ULong cur_word; in SAD_MB_HTFM_Collect() 126 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 141 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 156 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() 171 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HTFM_Collect() [all …]
|
D | me_utils.cpp | 223 ULong temp1, temp2; in PaddingEdge() 241 *((ULong*)(dst - 16)) = temp1; in PaddingEdge() 242 *((ULong*)(dst - 12)) = temp1; in PaddingEdge() 243 *((ULong*)(dst - 8)) = temp1; in PaddingEdge() 244 *((ULong*)(dst - 4)) = temp1; in PaddingEdge() 248 *((ULong*)(dst += width)) = temp2; in PaddingEdge() 249 *((ULong*)(dst + 4)) = temp2; in PaddingEdge() 250 *((ULong*)(dst + 8)) = temp2; in PaddingEdge() 251 *((ULong*)(dst + 12)) = temp2; in PaddingEdge() 275 *((ULong*)(dst - 16)) = temp1; in PaddingEdge() [all …]
|
D | fastidct.cpp | 1862 ULong tmp4; in BlockIDCTMotionComp() 1875 *((ULong*)rec) = *((ULong*)(rec + 4)) = 0; in BlockIDCTMotionComp() 1876 *((ULong*)(rec += lx)) = 0; in BlockIDCTMotionComp() 1877 *((ULong*)(rec + 4)) = 0; in BlockIDCTMotionComp() 1878 *((ULong*)(rec += lx)) = 0; in BlockIDCTMotionComp() 1879 *((ULong*)(rec + 4)) = 0; in BlockIDCTMotionComp() 1880 *((ULong*)(rec += lx)) = 0; in BlockIDCTMotionComp() 1881 *((ULong*)(rec + 4)) = 0; in BlockIDCTMotionComp() 1882 *((ULong*)(rec += lx)) = 0; in BlockIDCTMotionComp() 1883 *((ULong*)(rec + 4)) = 0; in BlockIDCTMotionComp() [all …]
|
D | 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)) in SAD_MB_HalfPel_Cxhyh() 290 if (sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HalfPel_Cyh() 325 if (sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HalfPel_Cxh() 348 ULong cur_word; in SAD_MB_HP_HTFM_Collectxhyh() 362 cur_word = *((ULong*)(blk += 4)); in SAD_MB_HP_HTFM_Collectxhyh() 398 if (sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HP_HTFM_Collectxhyh() [all …]
|
D | 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; in HTFMPrepareCurMB() [all …]
|
D | mp4enc_api.cpp | 138 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) in PVEncodeVideoFrame() 1405 ULong modTime = vid_in->timestamp; in PVEncodeVideoFrame() 1630 …vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[… in PVEncodeVideoFrame() 1681 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *ne… in PVEncodeFrameSet() 1695 ULong modTime = vid_in->timestamp; in PVEncodeFrameSet() 1872 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) in PVEncodeSlice() 1953 …vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[… in PVEncodeSlice() 2624 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime) in DetermineCodingLayer() [all …]
|
D | bitstream_io.h | 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value);
|
D | mp4def.h | 63 typedef uint32_t ULong; typedef
|
D | mp4lib_int.h | 396 ULong nextModTime; /* expected next frame time */ 402 ULong modTime; /* Input frame modTime */
|
D | fastquant.cpp | 488 bitmapzz[0] = (ULong)1 << 31; in BlockQuantDequantH263DCInter() 522 bitmapzz[0] = (ULong)1 << 31; in BlockQuantDequantH263DCIntra()
|
D | dct.cpp | 1251 ULong word; in Block1x1DCTIntra() 1258 word = *((ULong*)cur); in Block1x1DCTIntra() 1264 word = *((ULong*)(cur + 4)); in Block1x1DCTIntra()
|
D | vop.cpp | 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) in EncodeVopNotCoded()
|
D | mp4enc_lib.h | 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
|
D | bitstream_io.cpp | 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 32 typedef uint32_t ULong; typedef 123 ULong timestamp; /* modulo timestamp in millisecond*/ 338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer); 365 …l PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int … 384 … Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
|
/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 120 case clang::BuiltinType::ULong: in WarnOnSetElementAt()
|
D | slang_rs_export_type.cpp | 128 {clang::BuiltinType::ULong, DataTypeUnsigned64,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 481 ULong modTimeMs = 0; in onQueueFilled()
|