Home
last modified time | relevance | path

Searched refs:UInt (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastcodemb.h69 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);
Dfastquant.cpp150 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 …]
Dvlc_encode_inline.h23 __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()
Dvlc_encode.cpp281 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 …]
Dfastcodemb.cpp56 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 …]
Dbitstream_io.cpp120 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 …]
Dmp4lib_int.h33 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 */
Dmp4enc_lib.h66 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);
Dvop.cpp26 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()
Dsad.cpp117 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()
Dfastidct.cpp48 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));}
1866 UInt mask = 0xFF; in BlockIDCTMotionComp()
1921 if ((UInt)i > mask) i = mask & (~(i >> 31)); in BlockIDCTMotionComp()
1952 if ((UInt)tmp2 > mask) tmp2 = mask & (~(tmp2 >> 31)); in BlockIDCTMotionComp()
1955 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp()
1959 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp()
1963 if ((UInt)tmp > mask) tmp = mask & (~(tmp >> 31)); in BlockIDCTMotionComp()
1970 if ((UInt)tmp2 > mask) tmp2 = mask & (~(tmp2 >> 31)); in BlockIDCTMotionComp()
[all …]
Dmotion_comp.cpp1816 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 …]
Dbitstream_io.h32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value);
Dmp4def.h57 typedef unsigned int UInt; typedef
Dfastquant_inline.h47 q_value += ((UInt)q_value >> 31); /* add one if negative */ in coeff_quant()
56 if ((UInt)coeff > (UInt)(ac_clip << 1)) in coeff_clip()
Dsad_halfpel.cpp346 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()
Dmp4enc_api.cpp2625 UInt modTimeRef = video->modTimeRef; in DetermineCodingLayer()
2627 UInt frameNum[4], frameTick; in DetermineCodingLayer()
2648 frameNum[i] = (UInt)((modTime - modTimeRef) * LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer()
2747 … frameNum[i] = (UInt)((frameModTime - modTimeRef) * encParams->LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer()
2865 UInt newRefTick, deltaModTime; in UpdateSkipNextFrame()
2866 UInt temp; in UpdateSkipNextFrame()
2952 temp = (UInt)(deltaModTime * encParams->LayerFrameRate[i]); /* 12/12/02 */ in UpdateSkipNextFrame()
2962 … video->prevFrameNum[i] -= (UInt)(deltaModTime * encParams->LayerFrameRate[i]) / 1000; in UpdateSkipNextFrame()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBSwiftTests.swift82 XCTAssertEqual(msg.repeatedInt32Array.count, UInt(2)) in testProto2Basics()
88 XCTAssertEqual(msg.repeatedEnumArray.count, UInt(2)) in testProto2Basics()
91 XCTAssertEqual(msg.repeatedInt64Array.count, UInt(0)) in testProto2Basics()
92 XCTAssertEqual(msg.mapInt32Int32.count, UInt(2)) in testProto2Basics()
101 XCTAssertEqual(msg.mapInt32Enum.count, UInt(2)) in testProto2Basics()
129 XCTAssertEqual(msg.repeatedInt32Array.count, UInt(0)) in testProto2Basics()
131 XCTAssertEqual(msg.repeatedEnumArray.count, UInt(0)) in testProto2Basics()
132 XCTAssertEqual(msg.mapInt32Int32.count, UInt(0)) in testProto2Basics()
134 XCTAssertEqual(msg.mapInt32Enum.count, UInt(0)) in testProto2Basics()
172 XCTAssertEqual(msg.repeatedInt32Array.count, UInt(2)) in testProto3Basics()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/third_party/jsoncpp/
Djson.h229 typedef unsigned int UInt; typedef
553 typedef Json::UInt UInt; typedef
577 static const UInt maxUInt;
654 Value(UInt value);
721 UInt asUInt() const;
1076 UInt index() const;
1979 std::string JSON_API valueToString(UInt value);
Djsoncpp.cpp768 Value::UInt digit(c - '0'); in decodeNumber()
1750 Value::UInt digit(c - '0'); in decodeNumber()
2321 UInt ValueIteratorBase::index() const { in index()
2325 return Value::UInt(-1); in index()
2453 const Int Value::minInt = Int(~(UInt(-1) / 2));
2454 const Int Value::maxInt = Int(UInt(-1) / 2);
2455 const UInt Value::maxUInt = UInt(-1);
2749 Value::Value(UInt value) { in Value()
3085 Value::UInt Value::asUInt() const { in asUInt()
3089 return UInt(value_.int_); in asUInt()
[all …]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h86 typedef unsigned int UInt; typedef
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp754 HANDLE_INT_SIZE(UInt, 8, 0); in getIntType()
755 HANDLE_INT_SIZE(UInt, 16, 0); in getIntType()
756 HANDLE_INT_SIZE(UInt, 32, 0); in getIntType()
757 HANDLE_INT_SIZE(UInt, 64, 0); in getIntType()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h28 typedef unsigned int UInt; typedef
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp117 case clang::BuiltinType::UInt: in WarnOnSetElementAt()
Dslang_rs_export_type.cpp126 {clang::BuiltinType::UInt, DataTypeUnsigned32,