/frameworks/av/media/module/codecs/mp3dec/src/ |
D | pvmp3_decode_huff_cw.cpp | 152 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 …]
|
D | pvmp3_dequantize_sample.cpp | 296 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
|
D | pvmp3_framedecoder.cpp | 290 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
|
D | pvmp3_huffman_decoding.cpp | 263 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/ |
D | rsStream.h | 33 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
|
D | rsMatrix4x4.h | 65 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/ |
D | fastquant_inline.h | 62 __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 …]
|
D | sad_halfpel_inline.h | 34 __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()
|
D | fastquant.cpp | 154 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
|
D | dct.cpp | 47 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/ |
D | DataSourceBase.h | 78 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/ |
D | VtsHalStatsTargetTest.cpp | 46 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/ |
D | BaseInputConnection.java | 273 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/ |
D | dec_alg_codebook.cpp | 147 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/ |
D | Matrix3f.java | 234 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
|
D | Matrix2f.java | 157 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/ |
D | Matrix3f.java | 237 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
|
D | Matrix2f.java | 160 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/ |
D | math_op.c | 105 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
|
D | q_pulse.c | 57 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/ |
D | get_pred_adv_b_add.cpp | 92 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/ |
D | android_os_SELinux.cpp | 114 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/ |
D | mixins.h | 123 const Self tmp = this->self(); member 138 Self tmp = this->self(); member
|
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/ |
D | frontend.h | 373 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/ |
D | QuickSelect.java | 158 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
|