/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | bit_cnt.c | 46 Word32 t0,t1,t2,t3,i; in count1_2_3_4_5_6_7_8_9_10_11() local 61 t1= values[i+1]; in count1_2_3_4_5_6_7_8_9_10_11() 67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]); in count1_2_3_4_5_6_7_8_9_10_11() 70 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4]); in count1_2_3_4_5_6_7_8_9_10_11() 74 t1=ABS(t1); in count1_2_3_4_5_6_7_8_9_10_11() 79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]); in count1_2_3_4_5_6_7_8_9_10_11() 81 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t0][t1]); in count1_2_3_4_5_6_7_8_9_10_11() 84 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t0][t1]); in count1_2_3_4_5_6_7_8_9_10_11() 87 bc11 = bc11 + huff_ltab11[t0][t1]; in count1_2_3_4_5_6_7_8_9_10_11() 91 sc = sc + (t0>0) + (t1>0) + (t2>0) + (t3>0); in count1_2_3_4_5_6_7_8_9_10_11() [all …]
|
D | transform.c | 32 t = p0; t1 = *(&(p0)+1); \ 34 p1 = t; *(&(p1)+1) = t1 46 int t, t1; in Shuffle() local 114 int t0, t1, t2, t3; in Radix8First() local 146 t1 = (i0 + i2) >> 1; in Radix8First() 151 buf[ 1] = i4 + t1; in Radix8First() 153 buf[ 9] = i4 - t1; in Radix8First() 165 t1 = MULHIGH(SQRT1_2, r0 + i0); in Radix8First() 170 buf[ 7] = i6 - t1; in Radix8First() 172 buf[15] = i6 + t1; in Radix8First() [all …]
|
/frameworks/native/opengl/libagl/arch-mips/ |
D | fixed_asm.S | 35 srl $t1,$a0,23 36 andi $t1,$t1,0xff /* get the e */ 38 subu $t1,$t2,$t1 /* t1=127+15-e */ 39 blez $t1,0f /* t1<=0? */ 43 subu $t1,$t1,1 44 srl $v0,$t2,$t1 45 sltiu $t3,$t1,32 /* t3=1 if t1<32, else t3=0. t1>=32 means the float value is too small. */ 51 or $t1,$a0,$zero /* a0=0? */ 52 movz $v0,$zero,$t1 56 lui $t1,0x8000 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 127 t1 RN 10 label 290 UHADD8 t1, p_0, q_1 293 UHSUB8 t1, t1, t2 295 EOR t1, t1, m01, LSL #7 304 SEL P_0, t1, p_0 348 USUB8 t1, p_1, p_0 353 SSUB8 t1, t1, t2 360 SHSUB8 t1, t1, t5 362 SSUB8 t1, t1, t5 363 SHSUB8 t1, t1, t4 [all …]
|
D | omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 103 t1 RN 10 label 208 UHADD8 t1, p_0, q_1 211 UHSUB8 t1, t1, t2 213 EOR t1, t1, m01, LSL #7 222 SEL P_0, t1, p_0 267 USUB8 t1, p_1, p_0 272 SSUB8 t1, t1, t2 279 SHSUB8 t1, t1, t5 281 SSUB8 t1, t1, t5 282 SHSUB8 t1, t1, t4 [all …]
|
D | armVCM4P10_DeblockingLuma_unsafe_s.s | 111 t1 RN 12 label 145 USUB8 t1, p_1, p_0 149 SSUB8 t1, t1, t2 153 SHSUB8 t1, t1, t2 155 SSUB8 t1, t1, t2 156 SHSUB8 t1, t1, t5 158 SADD8 t1, t1, m01 159 SHSUB8 t1, t1, t5 167 SSUB8 t1, t1, m00 171 SEL pos, t1, m00 [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 605 const char* t1 = parse_expression(t, last, db); in parse_const_cast_expr() local 606 if (t1 != t) in parse_const_cast_expr() 613 first = t1; in parse_const_cast_expr() 631 const char* t1 = parse_expression(t, last, db); in parse_dynamic_cast_expr() local 632 if (t1 != t) in parse_dynamic_cast_expr() 639 first = t1; in parse_dynamic_cast_expr() 657 const char* t1 = parse_expression(t, last, db); in parse_reinterpret_cast_expr() local 658 if (t1 != t) in parse_reinterpret_cast_expr() 665 first = t1; in parse_reinterpret_cast_expr() 683 const char* t1 = parse_expression(t, last, db); in parse_static_cast_expr() local [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | isp_az.cpp | 145 int32 t1; in Isp_Az() local 190 t1 = f2[i]; in Isp_Az() 192 t1 = fxp_mul32_by_16b(t1, isp[m - 1]) << 1; in Isp_Az() 194 f2[i] -= t1; in Isp_Az() 213 t1 = t0 - (t0 < 0); in Isp_Az() 214 t1 = t1 ^(t1 >> 31); /* t1 = t1 ^sign(t1) */ in Isp_Az() 216 tmax |= t1; in Isp_Az() 225 t1 = t0 - (t0 < 0); in Isp_Az() 226 t1 = t1 ^(t1 >> 31); /* t1 = t1 ^sign(t1) */ in Isp_Az() 228 tmax |= t1; in Isp_Az()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/ |
D | Radix4FFT_v7.s | 65 VQDMULH.S32 Q11, Q3, Q15 @ MULHIGH(sinx, t1) 66 VQDMULH.S32 Q12, Q3, Q14 @ MULHIGH(cosx, t1) 69 VADD.S32 Q2, Q10, Q11 @ MULHIGH(cosx, t0) + MULHIGH(sinx, t1) 70 VSUB.S32 Q3, Q12, Q13 @ MULHIGH(cosx, t1) - MULHIGH(sinx, t0) 74 VSHR.S32 Q11, Q1, #2 @ t1 = r1 >> 2@ 77 VSUB.S32 Q1, Q11, Q3 @ r1 = t1 - r3@ 79 VADD.S32 Q3, Q11, Q3 @ r3 = t1 + r3@ 86 VQDMULH.S32 Q11, Q5, Q15 @ MULHIGH(sinx, t1) 87 VQDMULH.S32 Q12, Q5, Q14 @ MULHIGH(cosx, t1) 90 VADD.S32 Q8, Q10, Q11 @ MULHIGH(cosx, t0) + MULHIGH(sinx, t1) [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | calc_cor.cpp | 227 Word32 t1; in comp_corr() local 237 t1 = 0; in comp_corr() 248 t1 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1++), t1); in comp_corr() 253 t1 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1++), t1); in comp_corr() 259 *(corr++) = t1 << 1; in comp_corr()
|
D | hp_max.cpp | 249 Word32 max, t0, t1; in hp_max() local 282 t1 = 0L; in hp_max() 285 t1 = L_mac(t1, *p, *p1, pOverflow); in hp_max() 290 t1 = L_shl(t1, 1, pOverflow); in hp_max() 291 t0 = L_sub(L_temp, t1, pOverflow); in hp_max()
|
D | levinson.cpp | 655 register Word32 t1; /* temporary variable */ in Levinson() local 667 t1 = ((Word32) * (Rh + 1)) << 16; in Levinson() 668 t1 += *(Rl + 1) << 1; in Levinson() 670 t2 = L_abs(t1); /* abs R[1] - required by Div_32 */ in Levinson() 673 if (t1 > 0) in Levinson() 733 t1 = ((Word32) * (Rh + i) << 16) + ((Word32)(*(Rl + i)) << 1); in Levinson() 734 t0 += t1; in Levinson() 738 t1 = L_abs(t0); in Levinson() 739 t2 = Div_32(t1, alp_h, alp_l, pOverflow); /* abs(t0)/Alpha */ in Levinson()
|
D | p_ol_wgh.cpp | 597 Word32 t1; in Lag_max() local 632 t1 = 0; in Lag_max() 637 t1 = L_mac(t1, *p1, *p1, pOverflow); in Lag_max() 646 vadSt->L_R0 = L_add(vadSt->L_R0, t1, pOverflow); in Lag_max() 650 vad_tone_detection(vadSt, t0, t1, pOverflow); in Lag_max() 656 temp = pv_round(t1, pOverflow); in Lag_max() 657 t1 = L_msu(t0, temp, 13107, pOverflow); in Lag_max() 658 *gain_flg = pv_round(t1, pOverflow); in Lag_max()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/ |
D | Radix4FFT_v5.s | 62 smulwt r3, r11, r8 @ L_mpy_wx(cosx, t1) 64 smlawb r2, r11, r8, r4 @ r2 = L_mpy_wx(cosx, t0) + L_mpy_wx(sinx, t1)@ 68 mov r11, r1, asr #2 @ t1 = r1 >> 2@ 70 sub r3, r3, r5 @ r3 = L_mpy_wx(cosx, t1) - L_mpy_wx(sinx, t0)@ 74 sub r1, r11, r3 @ r1 = t1 - r3@ 77 add r3, r11, r3 @ r3 = t1 + r3@ 86 smulwt r5, r11, r8 @ L_mpy_wx(cosx, t1) 88 smlawb r4, r11, r8, r6 @ r4 = L_mpy_wx(cosx, t0) + L_mpy_wx(sinx, t1)@ 92 sub r5, r5, r7 @ r5 = L_mpy_wx(cosx, t1) - L_mpy_wx(sinx, t0)@ 98 smulwt r7, r11, r8 @ L_mpy_wx(cosx, t1) [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_x86.c | 762 __m128i t0, t1, t2, t3; in rsdIntrinsicBlendSrcOver_K() local 784 t1 = _mm_unpackhi_epi8(out0, _mm_setzero_si128()); in rsdIntrinsicBlendSrcOver_K() 785 t1 = _mm_mullo_epi16(t1, _mm_sub_epi16(all1s, ina)); in rsdIntrinsicBlendSrcOver_K() 786 t1 = _mm_srai_epi16(t1, 8); in rsdIntrinsicBlendSrcOver_K() 787 t1 = _mm_add_epi16(t1, ins); in rsdIntrinsicBlendSrcOver_K() 805 t0 = _mm_packus_epi16(t0, t1); in rsdIntrinsicBlendSrcOver_K() 818 __m128i t0, t1, t2, t3; in rsdIntrinsicBlendDstOver_K() local 841 t1 = _mm_unpackhi_epi8(in0, _mm_setzero_si128()); in rsdIntrinsicBlendDstOver_K() 842 t1 = _mm_mullo_epi16(t1, _mm_sub_epi16(all1s, outa)); in rsdIntrinsicBlendDstOver_K() 843 t1 = _mm_srai_epi16(t1, 8); in rsdIntrinsicBlendDstOver_K() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | levinson.c | 121 Word32 t0, t1, t2; /* temporary variable */ in Levinson() local 130 t1 = ((Rh[1] << 16) + (Rl[1] << 1)); /* R[1] in Q31 */ in Levinson() 131 t2 = L_abs(t1); /* abs R[1] */ in Levinson() 133 if (t1 > 0) in Levinson() 172 t1 = ((Rh[i] << 16) + (Rl[i] << 1)); in Levinson() 173 t0 = vo_L_add(t0, t1); /* add R[i] in Q31 */ in Levinson() 176 t1 = L_abs(t0); in Levinson() 177 t2 = Div_32(t1, alp_h, alp_l); /* abs(t0)/Alpha */ in Levinson()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_intra_prediction.c | 1390 u8 t1, t2; in Get4x4NeighbourPels() local 1407 t1 = left[y ]; in Get4x4NeighbourPels() 1409 l[1] = t1; in Get4x4NeighbourPels() 1411 t1 = left[y + 2]; in Get4x4NeighbourPels() 1413 l[3] = t1; in Get4x4NeighbourPels() 1418 t1 = data[y * 16 + x - 1 ]; in Get4x4NeighbourPels() 1420 l[1] = t1; in Get4x4NeighbourPels() 1422 t1 = data[y * 16 + x - 1 + 32]; in Get4x4NeighbourPels() 1424 l[3] = t1; in Get4x4NeighbourPels() 1431 t1 = above[x ]; in Get4x4NeighbourPels() [all …]
|
D | h264bsd_deblocking.c | 2215 u32 t1, t2; in GetLumaEdgeThresholds() local 2217 t1 = bs[i][0]; in GetLumaEdgeThresholds() 2219 threshold[i][0] = (t1) ? tc0[indexA][t1] : 0; in GetLumaEdgeThresholds() 2220 t1 = bs[i][2]; in GetLumaEdgeThresholds() 2223 threshold[i][2] = (t1) ? tc0[indexA][t1] : 0; in GetLumaEdgeThresholds() 2224 t1 = bs[i][4]; in GetLumaEdgeThresholds() 2227 threshold[i][4] = (t1) ? tc0[indexA][t1] : 0; in GetLumaEdgeThresholds() 2228 t1 = bs[i][6]; in GetLumaEdgeThresholds() 2231 threshold[i][6] = (t1) ? tc0[indexA][t1] : 0; in GetLumaEdgeThresholds() 2232 t1 = bs[i][8]; in GetLumaEdgeThresholds() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
D | lsp_az.cpp | 520 Word32 t1; in Lsp_Az() local 545 t1 = *(p_f1++) - *(p_f2++); /* f1[i] - f2[i] */ in Lsp_Az() 548 t1 = t1 + ((Word32) 1 << 12); in Lsp_Az() 551 a[j] = (Word16)(t1 >> 13); in Lsp_Az()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 247 TextView t1 = new TextView(context); in doubleText() local 248 t1.setHeight(desiredHeight); in doubleText() 249 t1.setText(text); in doubleText() 250 t1.setGravity(Gravity.START | Gravity.CENTER_VERTICAL); in doubleText() 254 ll.addView(t1, lp1); in doubleText() 281 TextView t1 = (TextView) ((LinearLayout) convertView).getChildAt(0); in convertDoubleText() local 283 t1.setText(text); in convertDoubleText()
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 80 int32_t t1,t2,t3; in vsquare3() 95 : [res]"=&r"(res),[t1]"=&r"(t1),[t2]"=&r"(t2),[t3]"=&r"(t3) in vsquare3() 166 int32_t t1,t2; in mla3a() 177 : [res]"=&r"(res),[t1]"=&r"(t1),[t2]"=&r"(t2) in mla3a()
|
/frameworks/webview/chromium/tools/WebViewShell/src/com/android/webview/chromium/shell/ |
D | StartupTimeActivity.java | 36 long t1 = SystemClock.elapsedRealtime(); in onCreate() local 40 android.util.Log.i("WebViewShell", "WebViewStartupTimeMillis=" + (t2 - t1)); in onCreate()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
D | CodecTest.java | 107 long t1=0; in getCurrentPosition() local 115 t1=SystemClock.uptimeMillis(); in getCurrentPosition() 126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition() 133 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0)) in getCurrentPosition() 166 long t1 =0; in setLooping() local 179 t1=SystemClock.uptimeMillis(); in setLooping() 187 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1)); in setLooping() 195 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0) in setLooping() 205 long t1=0; in pause() local 212 t1=SystemClock.uptimeMillis(); in pause() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | TraceTest.java | 88 Thread t1 = new aThread(); in topMethod() local 89 t1.start(); in topMethod() 95 t1.join(); in topMethod()
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 136 int t1, t2; in main() local 231 t1 = clock(); in main() 258 total += t2 - t1; in main()
|