Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/av/media/module/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_framedecoder.cpp290 size_t tmp = (layer == 1 /* L3 */) ? 72000 : 144000; in parseHeader() local
576 int32 * tmp = pVars->Scratch_mem; in pvmp3_framedecoder() local
626 int32 * tmp = pVars->Scratch_mem; in pvmp3_framedecoder() local
793 int32 tmp = *(ptr++); in fillMainDataBuf() 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/module/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/hardware/interfaces/stats/aidl/vts/functional/
DVtsHalStatsTargetTest.cpp46 VendorAtomValue tmp; in TEST_P() local
93 VendorAtomValue tmp; in TEST_P() local
114 VendorAtomValue tmp; in TEST_P() local
135 VendorAtomValue tmp; in TEST_P() local
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java273 int tmp = a; in deleteSurroundingText() local
288 int tmp = ca; in deleteSurroundingText() local
443 int tmp = a; in deleteSurroundingTextInCodePoints() local
452 int tmp = ca; in deleteSurroundingTextInCodePoints() local
524 int tmp = a; in getCursorCapsMode() local
555 int tmp = a; in getTextBeforeCursor() local
587 int tmp = a; in getSelectedText() local
616 int tmp = a; in getTextAfterCursor() local
660 int tmp = selStart; in getSurroundingText() local
757 int tmp = a; in setComposingRegion() local
[all …]
/frameworks/av/media/module/codecs/amrwb/dec/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/base/rs/java/android/renderscript/
DMatrix3f.java234 Matrix3f tmp = new Matrix3f(); in multiply() local
249 Matrix3f tmp = new Matrix3f(); in rotate() local
261 Matrix3f tmp = new Matrix3f(); in rotate() local
274 Matrix3f tmp = new Matrix3f(); in scale() local
288 Matrix3f tmp = new Matrix3f(); in scale() local
301 Matrix3f tmp = new Matrix3f(); in translate() local
DMatrix2f.java157 Matrix2f tmp = new Matrix2f(); in multiply() local
168 Matrix2f tmp = new Matrix2f(); in rotate() local
180 Matrix2f tmp = new Matrix2f(); in scale() local
/frameworks/rs/support/java/src/androidx/renderscript/
DMatrix3f.java237 Matrix3f tmp = new Matrix3f(); in multiply() local
252 Matrix3f tmp = new Matrix3f(); in rotate() local
264 Matrix3f tmp = new Matrix3f(); in rotate() local
277 Matrix3f tmp = new Matrix3f(); in scale() local
291 Matrix3f tmp = new Matrix3f(); in scale() local
304 Matrix3f tmp = new Matrix3f(); in translate() local
DMatrix2f.java160 Matrix2f tmp = new Matrix2f(); in multiply() local
171 Matrix2f tmp = new Matrix2f(); in rotate() local
183 Matrix2f tmp = new Matrix2f(); in scale() local
/frameworks/av/media/module/codecs/amrwb/enc/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.c57 Word16 mask, tmp; in quant_2p_2N1() local
192 Word16 nb_pos, mask UNUSED_VAR, n_1, tmp; in quant_4p_4N() local
258 Word16 nb_pos, n_1, tmp; in quant_5p_5N() local
/frameworks/av/media/module/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
270 security_context_t tmp = NULL; in getFileCon() local
296 security_context_t tmp = NULL; in getCon() local
323 security_context_t tmp = NULL; in getPidCon() local
/frameworks/native/include/ftl/
Dmixins.h123 const Self tmp = this->self(); member
138 Self tmp = this->self(); member
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.h373 auto tmp = AllocTempReg(); in SetCsr() local
510 auto tmp = AllocTempReg(); variable
592 auto tmp = AllocTempReg(); variable
609 auto tmp = AllocTempReg(); variable
655 auto tmp = AllocTempReg(); variable
/frameworks/base/core/java/com/android/internal/util/
DQuickSelect.java158 final T tmp = list.get(left); in swap() local
164 final int tmp = array[left]; in swap() local
170 final long tmp = array[left]; in swap() local
176 final T tmp = array[left]; in swap() local

12345678910>>...12