Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 258) sorted by relevance

1234567891011

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_decode_huff_cw.cpp152 uint32 tmp; in pvmp3_decode_huff_cw_tab1() local
169 uint32 tmp; in pvmp3_decode_huff_cw_tab2() local
195 uint32 tmp; in pvmp3_decode_huff_cw_tab3() local
221 uint32 tmp; in pvmp3_decode_huff_cw_tab5() local
250 uint32 tmp; in pvmp3_decode_huff_cw_tab6() local
279 uint32 tmp; in pvmp3_decode_huff_cw_tab7() local
312 uint32 tmp; in pvmp3_decode_huff_cw_tab8() local
345 uint32 tmp; in pvmp3_decode_huff_cw_tab9() local
378 uint32 tmp; in pvmp3_decode_huff_cw_tab10() local
423 uint32 tmp; in pvmp3_decode_huff_cw_tab11() local
[all …]
Dpvmp3_dequantize_sample.cpp296 int32 tmp = fxp_mul32_Q30((is[ss] << 16), power_1_third(pv_abs(is[ ss]))); in pvmp3_dequantize_sample() local
352 int32 tmp = is[ss]; in pvmp3_dequantize_sample() local
377 int32 tmp = is[ss]; in pvmp3_dequantize_sample() local
402 int32 tmp = is[ss]; in pvmp3_dequantize_sample() local
428 int32 tmp = is[ss]; in pvmp3_dequantize_sample() local
Dpvmp3_huffman_decoding.cpp263 int32 tmp = getUpTo17bits(pMainData, (h->linbits + 1)); in pvmp3_huffman_pair_decoding_linbits() local
281 int32 tmp = getUpTo17bits(pMainData, (h->linbits + 1)); in pvmp3_huffman_pair_decoding_linbits() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_sei.c187 u32 tmp, payloadType, payloadSize, status; in h264bsdDecodeSeiMessage() local
406 u32 tmp, i; in DecodeBufferingPeriod() local
486 u32 tmp, i; in DecodePictureTiming() local
685 u32 tmp, i; in DecodePanScanRectangle() local
802 u32 tmp, i, j; in DecodeUserDataRegisteredITuTT35() local
868 u32 i, tmp; in DecodeUserDataUnregistered() local
922 u32 tmp; in DecodeRecoveryPoint() local
977 u32 tmp; in DecodeDecRefPicMarkingRepetition() local
1025 u32 tmp, i, j, mapUnitCnt; in DecodeSparePic() local
1134 u32 tmp; in DecodeSceneInfo() local
[all …]
Dh264bsd_slice_header.c102 u32 tmp, i, value; in h264bsdDecodeSliceHeader() local
414 u32 tmp,numBits,mask; in NumSliceGroupChangeCycleBits() local
474 u32 tmp, value, i; in RefPicListReordering() local
578 u32 tmp, value; in DecRefPicMarking() local
735 u32 tmp, value; in h264bsdCheckPpsId() local
798 u32 tmp, value, i; in h264bsdCheckFrameNum() local
874 u32 tmp, value, i; in h264bsdCheckIdrPicId() local
959 u32 tmp, value, i; in h264bsdCheckPicOrderCntLsb() local
1059 u32 tmp, value, i; in h264bsdCheckDeltaPicOrderCntBottom() local
1167 u32 tmp, value, i; in h264bsdCheckDeltaPicOrderCnt() local
[all …]
Dh264bsd_vui.c86 u32 tmp; in h264bsdDecodeVuiParameters() local
407 u32 tmp, i; in DecodeHrdParameters() local
Dh264bsd_seq_param_set.c88 u32 tmp, i, value; in h264bsdDecodeSeqParamSet() local
388 u32 tmp; in GetDpbSize() local
Dh264bsd_macroblock_layer.c140 u32 tmp, i, value; in h264bsdDecodeMacroblockLayer() local
359 u32 tmp, i, j, value; in DecodeMbPred() local
447 u32 tmp, i, j, value; in DecodeSubMbPred() local
705 u32 i, j, tmp; in DecodeResidual() local
815 u32 tmp; in DetermineNc() local
886 u32 tmp; in CbpIntra16x16() local
923 u32 tmp; in h264bsdPredModeIntra16x16() local
971 u32 i, tmp; in h264bsdDecodeMacroblock() local
Dh264bsd_storage.c301 u32 tmp; in h264bsdActivateParamSets() local
532 u32 i, tmp; in h264bsdIsEndOfPicture() local
634 u32 tmp, ppsId, frameNum, idrPicId, picOrderCntLsb; in h264bsdCheckAccessUnitBoundary() local
Dh264bsd_nal_unit.c73 u32 tmp; in h264bsdDecodeNalUnit() local
/frameworks/rs/
DrsMatrix4x4.h61 Matrix4x4 tmp; in multiply() local
66 Matrix4x4 tmp; in rotate() local
71 Matrix4x4 tmp; in scale() local
76 Matrix4x4 tmp; in translate() local
DrsStream.h33 float tmp = reinterpret_cast<const float *>(&mData[mPos])[0]; in loadF() local
39 int32_t tmp = reinterpret_cast<const int32_t *>(&mData[mPos])[0]; in loadI32() local
45 uint32_t tmp = reinterpret_cast<const uint32_t *>(&mData[mPos])[0]; in loadU32() local
51 uint16_t tmp = reinterpret_cast<const uint16_t *>(&mData[mPos])[0]; in loadU16() local
56 uint8_t tmp = reinterpret_cast<const uint8_t *>(&mData[mPos])[0]; in loadU8() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_halfpel_inline.h34 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP1_SUB_SAD()
43 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP2_SUB_SAD()
Dfastquant_inline.h62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant()
108 __inline int32 clip_2047(int32 q_value, int32 tmp) in clip_2047()
124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
149 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp) in coeff_dequant_mpeg_intra()
202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant()
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant()
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg()
392 __inline int32 clip_2047(int32 q_value, int32 tmp) in clip_2047()
408 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp) in coeff_dequant_mpeg_intra()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dsad_halfpel_inline.h31 __inline int32 INTERP1_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP1_SUB_SAD()
40 __inline int32 INTERP2_SUB_SAD(int32 sad, int32 tmp, int32 tmp2) in INTERP2_SUB_SAD()
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Ddec_alg_codebook.cpp147 int16 pos1, pos2, tmp; in dec_2p_2N1() local
194 int16 j, tmp; in dec_3p_3N1() local
231 int16 j, tmp; in dec_4p_4N1() local
267 int16 j, n_1, tmp; in dec_4p_4N() local
318 int16 j, n_1, tmp; in dec_5p_5N() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DMatrix3f.java233 Matrix3f tmp = new Matrix3f(); in multiply() local
248 Matrix3f tmp = new Matrix3f(); in rotate() local
260 Matrix3f tmp = new Matrix3f(); in rotate() local
273 Matrix3f tmp = new Matrix3f(); in scale() local
287 Matrix3f tmp = new Matrix3f(); in scale() local
300 Matrix3f tmp = new Matrix3f(); in translate() local
DMatrix2f.java156 Matrix2f tmp = new Matrix2f(); in multiply() local
167 Matrix2f tmp = new Matrix2f(); in rotate() local
179 Matrix2f tmp = new Matrix2f(); in scale() local
/frameworks/base/graphics/java/android/renderscript/
DMatrix3f.java233 Matrix3f tmp = new Matrix3f(); in multiply() local
248 Matrix3f tmp = new Matrix3f(); in rotate() local
260 Matrix3f tmp = new Matrix3f(); in rotate() local
273 Matrix3f tmp = new Matrix3f(); in scale() local
287 Matrix3f tmp = new Matrix3f(); in scale() local
300 Matrix3f tmp = new Matrix3f(); in translate() local
DMatrix2f.java156 Matrix2f tmp = new Matrix2f(); in multiply() local
167 Matrix2f tmp = new Matrix2f(); in rotate() local
179 Matrix2f tmp = new Matrix2f(); in scale() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java220 int tmp = a; in deleteSurroundingText() local
229 int tmp = ca; in deleteSurroundingText() local
293 int tmp = a; in getCursorCapsMode() local
320 int tmp = a; in getTextBeforeCursor() local
351 int tmp = a; in getSelectedText() local
376 int tmp = a; in getTextAfterCursor() local
448 int tmp = a; in setComposingRegion() local
610 int tmp = a; in replaceText() local
623 int tmp = a; in replaceText() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dget_pred_adv_b_add.cpp92 int tmp; in GetPredAdvancedBy0x0() local
192 int tmp; in GetPredAdvancedBy0x1() local
521 int tmp; in GetPredAdvancedBy1x0() local
868 int tmp; in GetPredAdvancedBy1x1() local
/frameworks/av/media/libstagefright/
DDataSource.cpp77 uint32_t tmp; in getUInt32() local
90 uint64_t tmp; in getUInt64() local
183 String8 tmp; in CreateFromURI() local
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dmath_op.c105 Word16 i, a, tmp; in Isqrt_n() local
163 Word16 exp, i, a, tmp; in Pow2() local
/frameworks/compile/slang/
Dslang_rs_reflection_base.cpp110 string tmp(s); in stripRS() local
156 stringstream tmp; in genInitValue() local

1234567891011