/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | fastcodemb.h | 69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 77 UChar *bitmaprow, UInt *bitmapzz, Int dummy); 80 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler); 83 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 87 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy); 94 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
|
D | fastquant.cpp | 150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Inter() 270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Intra() 333 coeff += ((UInt)coeff >> 31); in BlockQuantDequantH263Intra() 389 q_value += ((UInt)q_value >> 31); /* add 1 if negative */ in BlockQuantDequantH263Intra() 442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) in BlockQuantDequantH263DCInter() 496 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) in BlockQuantDequantH263DCIntra() 510 tmp += ((UInt)tmp >> 31); in BlockQuantDequantH263DCIntra() 545 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantMPEGInter() 598 coeff += ((UInt)coeff >> 31); in BlockQuantDequantMPEGInter() 674 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantMPEGIntra() [all …]
|
D | vlc_encode_inline.h | 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 26 UInt end, match; in zero_run_search() 113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 117 UInt end, match; in zero_run_search() 214 __inline Int m4v_enc_clz(UInt temp) in m4v_enc_clz() 217 register UInt ra = (UInt)temp; in m4v_enc_clz() 227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 231 UInt end = 0, match; in zero_run_search()
|
D | vlc_encode.cpp | 281 BitstreamPutBits(bitstream, length, (UInt)cbpy_tab[ind].code); in PutCBPY() 299 BitstreamPutBits(bitstream, length, (UInt)coeff_tab0[run][level-1].code); in PutCoeff_Inter() 305 BitstreamPutBits(bitstream, length, (UInt)coeff_tab1[run-2][level-1].code); in PutCoeff_Inter() 319 BitstreamPutBits(bitstream, length, (UInt)coeff_tab2[run][level-1].code); in PutCoeff_Inter_Last() 325 BitstreamPutBits(bitstream, length, (UInt)coeff_tab3[run-2].code); in PutCoeff_Inter_Last() 341 BitstreamPutBits(bitstream, length, (UInt)coeff_tab4[level-1].code); in PutCoeff_Intra() 347 BitstreamPutBits(bitstream, length, (UInt)coeff_tab5[level-1].code); in PutCoeff_Intra() 353 BitstreamPutBits(bitstream, length, (UInt)coeff_tab6[run-2][level-1].code); in PutCoeff_Intra() 359 BitstreamPutBits(bitstream, length, (UInt)coeff_tab7[run-10].code); in PutCoeff_Intra() 373 BitstreamPutBits(bitstream, length, (UInt)coeff_tab8[level-1].code); in PutCoeff_Intra_Last() [all …]
|
D | fastcodemb.cpp | 56 UInt *bitmapzz ; in CodeMB_H263() 64 UChar[], UChar *, UInt *, Int, Int, Int, UChar); in CodeMB_H263() 66 UChar *, UInt *, Int, UChar); in CodeMB_H263() 285 UInt *bitmapzz ; in CodeMB_MPEG() 294 UChar [], UChar *, UInt *, Int, Int, Int); in CodeMB_MPEG() 296 UChar [], UChar *, UInt *, Int); in CodeMB_MPEG() 540 UInt mask, sgn_msk = 0x80808080; in Sad8x8() 556 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */ in Sad8x8() 565 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */ in Sad8x8() 573 sum2 = sum2 + ((UInt)cur1 >> 8); in Sad8x8() [all …]
|
D | bitstream_io.cpp | 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits() 136 stream->word |= ((UInt)Value >> Length); in BitstreamPutBits() 171 UInt topValue; in BitstreamPutGT16Bits() 186 status = BitstreamPutBits(stream, 16, (UInt)(Value & 0xFFFF)); in BitstreamPutGT16Bits() 192 status = BitstreamPutBits(stream, Length, (UInt)Value); in BitstreamPutGT16Bits() 210 UInt word; in BitstreamSaveWord() 260 UInt word, shift; in BitstreamSavePartial() 328 UInt restBits; in BitstreamShortHeaderByteAlignStuffing() 358 UInt restBits; in BitstreamMpeg4ByteAlignStuffing() 584 UInt word; in BitstreamRepos() [all …]
|
D | mp4lib_int.h | 33 UInt word; /*hold one word temporarily */ 176 UInt TimeIncrementRes; /* timeIncrementRes */ 311 UInt countbreak; 376 UInt bitmapzz[6][2]; /* for zigzag bitmap */ 398 UInt prevFrameNum[4]; /* previous frame number starting from modTimeRef */ 399 UInt modTimeRef; /* Reference modTime update every I-Vop*/ 400 UInt refTick[4]; /* second aligned referenc tick */
|
D | mp4enc_lib.h | 66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 74 … UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader); 77 … UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader); 81 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 85 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 89 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy); 92 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler);
|
D | vop.cpp | 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds); 276 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds) in EncodeGOVHeader() 280 UInt tmpvar; in EncodeGOVHeader() 315 UInt frameTick; in EncodeVopNotCoded()
|
D | sad.cpp | 117 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HTFM_Collect() 332 tmp2 = (UInt)tmp3 >> 24; in SAD_Block_C() 346 tmp2 = (UInt)tmp3 >> 24; in SAD_Block_C()
|
D | fastidct.cpp | 48 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \ 53 if((UInt)tmp > mask) tmp = mask&(~(tmp>>31)); \ 58 #define CLIP_RESULT(x) if((UInt)(x) > 0xFF){(x) = 0xFF & (~((x)>>31));} 1914 UInt mask = 0xFF; in BlockIDCTMotionComp() 1969 if ((UInt)i > mask) i = mask & (~(i >> 31)); in BlockIDCTMotionComp() 2000 if ((UInt)tmp2 > mask) tmp2 = mask & (~(tmp2 >> 31)); in BlockIDCTMotionComp() 2003 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp() 2007 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp() 2011 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp() 2018 if ((UInt)tmp2 > mask) tmp2 = mask & (~(tmp2 >> 31)); in BlockIDCTMotionComp() [all …]
|
D | motion_comp.cpp | 1816 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1819 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1822 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1825 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1835 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1838 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1841 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1844 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_MB_into_Vop() 1878 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_B_into_Vop() 1881 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in Copy_B_into_Vop() [all …]
|
D | bitstream_io.h | 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
|
D | mp4def.h | 57 typedef unsigned int UInt; typedef
|
D | fastquant_inline.h | 47 q_value += ((UInt)q_value >> 31); /* add one if negative */ in coeff_quant() 56 if ((UInt)coeff > (UInt)(ac_clip << 1)) in coeff_clip()
|
D | sad_halfpel.cpp | 346 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HP_HTFM_Collectxhyh() 425 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HP_HTFM_Collectyh() 503 UInt *countbreak = &(htfm_stat->countbreak); in SAD_MB_HP_HTFM_Collectxh()
|
D | mp4enc_api.cpp | 2630 UInt modTimeRef = video->modTimeRef; in DetermineCodingLayer() 2632 UInt frameNum[4], frameTick; in DetermineCodingLayer() 2653 frameNum[i] = (UInt)((modTime - modTimeRef) * LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer() 2752 … frameNum[i] = (UInt)((frameModTime - modTimeRef) * encParams->LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer() 2870 UInt newRefTick, deltaModTime; in UpdateSkipNextFrame() 2871 UInt temp; in UpdateSkipNextFrame() 2957 temp = (UInt)(deltaModTime * encParams->LayerFrameRate[i]); /* 12/12/02 */ in UpdateSkipNextFrame() 2967 … video->prevFrameNum[i] -= (UInt)(deltaModTime * encParams->LayerFrameRate[i]) / 1000; in UpdateSkipNextFrame()
|
/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/ |
D | intrinsics_floating_point_impl.h | 332 using UInt = std::make_unsigned_t<Int>; in FSgnj() local 333 constexpr UInt sign_bit = std::numeric_limits<Int>::min(); in FSgnj() 334 constexpr UInt non_sign_bit = std::numeric_limits<Int>::max(); in FSgnj() 335 return {bit_cast<FloatType>((bit_cast<UInt>(x) & non_sign_bit) | (bit_cast<UInt>(y) & sign_bit))}; in FSgnj() 346 using UInt = std::make_unsigned_t<Int>; in FSgnjx() local 347 constexpr UInt sign_bit = std::numeric_limits<Int>::min(); in FSgnjx() 348 return {bit_cast<FloatType>(bit_cast<UInt>(x) ^ (bit_cast<UInt>(y) & sign_bit))}; in FSgnjx()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothLeBroadcastMetadataExt.kt | 171 var subgroupBisSyncList = mutableListOf<UInt>() in <lambda>() 172 var subgroupNumOfBisesList = mutableListOf<UInt>() in <lambda>() 334 ): Pair<UInt, UInt> { in <lambda>() 352 bisSync: UInt?, in <lambda>() 353 bisNum: UInt? in <lambda>()
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 86 typedef unsigned int UInt; typedef
|
/frameworks/av/media/module/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 28 typedef unsigned int UInt; typedef
|
/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 117 case clang::BuiltinType::UInt: in WarnOnSetElementAt()
|
D | slang_rs_export_type.cpp | 126 {clang::BuiltinType::UInt, DataTypeUnsigned32,
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | cpp_types.go | 136 UInt const 320 var UIntType Type = &unsignedFixedType{fixedType{32, 32, UInt, "unsigned int"}}
|