Home
last modified time | relevance | path

Searched refs:UInt (Results 1 – 22 of 22) 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()
537 UInt mask, sgn_msk = 0x80808080; in Sad8x8()
553 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */ in Sad8x8()
562 tmp = sgn_msk & ((UInt)tmp >> 1); /* check the sign of each byte */ in Sad8x8()
570 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 */
175 UInt TimeIncrementRes; /* timeIncrementRes */
310 UInt countbreak;
375 UInt bitmapzz[6][2]; /* for zigzag bitmap */
397 UInt prevFrameNum[4]; /* previous frame number starting from modTimeRef */
398 UInt modTimeRef; /* Reference modTime update every I-Vop*/
399 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.cpp2629 UInt modTimeRef = video->modTimeRef; in DetermineCodingLayer()
2631 UInt frameNum[4], frameTick; in DetermineCodingLayer()
2652 frameNum[i] = (UInt)((modTime - modTimeRef) * LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer()
2751 … frameNum[i] = (UInt)((frameModTime - modTimeRef) * encParams->LayerFrameRate[i] + 500) / 1000; in DetermineCodingLayer()
2869 UInt newRefTick, deltaModTime; in UpdateSkipNextFrame()
2870 UInt temp; in UpdateSkipNextFrame()
2956 temp = (UInt)(deltaModTime * encParams->LayerFrameRate[i]); /* 12/12/02 */ in UpdateSkipNextFrame()
2966 … video->prevFrameNum[i] -= (UInt)(deltaModTime * encParams->LayerFrameRate[i]) / 1000; in UpdateSkipNextFrame()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpv_amr_wb_type_defs.h86 typedef unsigned int UInt; typedef
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dsad_halfpel.cpp193 UInt *countbreak = &(htfm_stat->countbreak); in AVCAVCSAD_MB_HP_HTFM_Collectxhyh()
275 UInt *countbreak = &(htfm_stat->countbreak); in AVCAVCSAD_MB_HP_HTFM_Collectyh()
356 UInt *countbreak = &(htfm_stat->countbreak); in AVCAVCSAD_MB_HP_HTFM_Collectxh()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h27 typedef unsigned int UInt; typedef
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp114 case clang::BuiltinType::UInt: in WarnOnSetElementAt()
Dslang_rs_export_type.cpp114 {clang::BuiltinType::UInt, DataTypeUnsigned32,