Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 263) 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/rs/
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
DrsMatrix4x4.h65 Matrix4x4 tmp; in rotate() local
70 Matrix4x4 tmp; in scale() local
75 Matrix4x4 tmp; in translate() local
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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 …]
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.cpp154 Int tmp, coeff, q_value; in BlockQuantDequantH263Inter() local
274 Int tmp, coeff, q_value; in BlockQuantDequantH263Intra() local
451 Int tmp; in BlockQuantDequantH263DCInter() local
498 Int tmp, coeff; in BlockQuantDequantH263DCIntra() local
549 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGInter() local
678 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGIntra() local
923 Int tmp, coeff, q_value; in BlockQuantDequantMPEGDCIntra() local
Ddct.cpp47 Int tmp, tmp2; in BlockDCT_AANwSub() local
275 Int tmp, tmp2; in Block4x4DCT_AANwSub() local
481 Int tmp, tmp2; in Block2x2DCT_AANwSub() local
661 Int *curInt, tmp; in BlockDCT_AANIntra() local
871 Int *curInt, tmp; in Block4x4DCT_AANIntra() local
1058 Int *curInt, tmp; in Block2x2DCT_AANIntra() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DDataSourceBase.h78 uint32_t tmp; in getUInt32() local
90 uint64_t tmp; in getUInt64() local
106 uint8_t tmp; in getUInt16Var() local
119 uint16_t tmp; in getUInt32Var() local
132 uint32_t tmp; in getUInt64Var() local
/frameworks/av/include/media/
DDataSourceBase.h78 uint32_t tmp; in getUInt32() local
90 uint64_t tmp; in getUInt64() local
106 uint8_t tmp; in getUInt16Var() local
119 uint16_t tmp; in getUInt32Var() local
132 uint32_t tmp; in getUInt64Var() local
/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
Dqpisf_2s.cpp141 int16 i, j, tmp; in Dpisf_2s_46b() local
237 int16 i, j, tmp; in Dpisf_2s_36b() local
/frameworks/base/rs/java/android/renderscript/
DMatrix3f.java230 Matrix3f tmp = new Matrix3f(); in multiply() local
245 Matrix3f tmp = new Matrix3f(); in rotate() local
257 Matrix3f tmp = new Matrix3f(); in rotate() local
270 Matrix3f tmp = new Matrix3f(); in scale() local
284 Matrix3f tmp = new Matrix3f(); in scale() local
297 Matrix3f tmp = new Matrix3f(); in translate() local
DMatrix2f.java153 Matrix2f tmp = new Matrix2f(); in multiply() local
164 Matrix2f tmp = new Matrix2f(); in rotate() local
176 Matrix2f tmp = new Matrix2f(); in scale() local
/frameworks/rs/support/java/src/androidx/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/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
208 Word32 tmp = (Word32) x[i] * (Word32) y[i]; in Dot_product12() local
Dq_pulse.c56 Word16 mask, tmp; in quant_2p_2N1() local
191 Word16 nb_pos, mask __unused, n_1, tmp; in quant_4p_4N() local
257 Word16 nb_pos, n_1, tmp; in quant_5p_5N() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java227 int tmp = a; in deleteSurroundingText() local
236 int tmp = ca; in deleteSurroundingText() local
384 int tmp = a; in deleteSurroundingTextInCodePoints() local
393 int tmp = ca; in deleteSurroundingTextInCodePoints() local
462 int tmp = a; in getCursorCapsMode() local
489 int tmp = a; in getTextBeforeCursor() local
520 int tmp = a; in getSelectedText() local
545 int tmp = a; in getTextAfterCursor() local
628 int tmp = a; in setComposingRegion() local
780 int tmp = a; in replaceText() local
[all …]
/frameworks/base/services/core/java/com/android/server/wm/utils/
DCoordinateTransforms.java112 final Matrix tmp = new Matrix(); in transformToRotation() local
134 final Matrix tmp = new Matrix(); in transformToRotation() local
147 public static void transformRect(Matrix transform, Rect inOutRect, @Nullable RectF tmp) { in transformRect()
/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/base/core/jni/
Dandroid_os_SELinux.cpp114 security_context_t tmp = NULL; in fileSelabelLookup() local
141 security_context_t tmp = NULL; in getFdConInner() local
239 char *tmp = const_cast<char *>(context.c_str()); in setFileCon() local
266 security_context_t tmp = NULL; in getFileCon() local
292 security_context_t tmp = NULL; in getCon() local
319 security_context_t tmp = NULL; in getPidCon() local
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp99 AString tmp; in debugString() local
374 sp<ABuffer> tmp; in parseMessageAndDoWork() local
432 float tmp; in parseMessageAndDoWork() local
439 AString tmp; in parseMessageAndDoWork() local
454 sp<ABuffer> tmp; in parseMessageAndDoWork() local
/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirGen.h71 double tmp = mCurrent; in advance() local
76 double tmp = mCurrent; in valueAdvance() local

1234567891011