Searched refs:t2 (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcalc_cor.cpp228 Word32 t2; local
238 t2 = 0;
249 t2 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1), t2);
254 t2 = amrnb_fxp_mac_16_by_16bb((Word32) * (p), (Word32) * (p1), t2);
260 *(corr++) = t2 << 1;
H A Dlevinson.cpp482 Word32 t0, t1, t2; // temporary variable
487 t2 = L_abs (t1); // abs R[1]
488 t0 = Div_32 (t2, Rh[0], Rl[0]); // R[1]/R[0]
533 t2 = Div_32 (t1, alp_h, alp_l); // abs(t0)/Alpha
535 t2 = L_negate (t2); // K =-t0/Alpha
536 t2 = L_shl (t2, alp_exp); // denormalize; compare to Alpha
537 L_Extract (t2, &Kh, &Kl); // K in DPF
541 rc[i - 1] = pv_round (t2);
656 register Word32 t2; /* temporary variable */ local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dlevinson.c121 Word32 t0, t1, t2; /* temporary variable */ local
131 t2 = L_abs(t1); /* abs R[1] */
132 t0 = Div_32(t2, Rh[0], Rl[0]); /* R[1]/R[0] in Q31 */
177 t2 = Div_32(t1, alp_h, alp_l); /* abs(t0)/Alpha */
179 t2 = -t2; /* K =-t0/Alpha */
180 t2 = (t2 << alp_exp); /* denormalize; compare to Alpha */
182 Kh = t2 >> 16;
183 Kl = (t2
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c46 Word32 t0,t1,t2,t3,i; local
62 t2= values[i+2];
67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
71 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t2+4][t3+4]);
75 t2=ABS(t2);
79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]);
82 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t2][t3]);
85 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t2][t3]);
88 bc11 = bc11 + huff_ltab11[t2][t
122 Word32 t0,t1,t2,t3, i; local
498 Word32 i, t0, t1, t2, t3, t00, t01; local
[all...]
H A Dtransform.c114 int t0, t1, t2, t3; local
147 t2 = (r0 - r2) >> 1;
155 buf[ 5] = i5 - t2;
157 buf[13] = i5 + t2;
166 t2 = MULHIGH(SQRT1_2, r2 - i2);
174 buf[ 3] = i7 - t2;
176 buf[11] = i7 + t2;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DeblockingLuma_unsafe_s.s98 t2 RN 7 label
132 MUL tC0, t2, m01
134 USUB8 t2, q_1, q_0
135 SSUB8 t1, t1, t2
137 USUB8 t2, p_0, q_0
138 AND t2, t2, m01
139 SHSUB8 t1, t1, t2
141 SSUB8 t1, t1, t2
251 ;// = p0 + (((p3-p0) + (p2-p0) + t2
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s90 t2 RN 12 label
196 MVN t2, p_1
197 UHSUB8 t1, t1, t2
198 USUB8 t2, filt, m01
204 UHADD8 t2, q_0, p_1
206 UHSUB8 t2, t2, t3
209 EOR t2, t2, m01, LSL #7
210 SEL Q_0, t2, q_
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s114 t2 RN 12 label
278 MVN t2, p_1
279 UHSUB8 t1, t1, t2
280 USUB8 t2, filt, m01
286 UHADD8 t2, q_0, p_1
288 UHSUB8 t2, t2, t3
291 EOR t2, t2, m01, LSL #7
292 SEL Q_0, t2, q_
[all...]
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s116 t2 RN 14 label
220 USUB8 t2, q_0, q_2
221 SEL t2, t2, dq2q0
222 USUB8 t2, t2, beta
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s142 t2 RN 14 label
317 USUB8 t2, q_0, q_2
318 SEL t2, t2, dq2q0
319 USUB8 t2, t2, beta
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java256 TextView t2 = new TextView(context);
257 t2.setHeight(desiredHeight);
258 t2.setText(text);
259 t2.setGravity(Gravity.RIGHT | Gravity.CENTER_VERTICAL);
265 ll.addView(t2, lp2);
282 TextView t2 = (TextView) ((LinearLayout) convertView).getChildAt(1);
284 t2.setText(text);
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java90 Thread t2 = new aThread();
91 t2.start();
96 t2.join();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c1390 u8 t1, t2; local
1408 t2 = left[y + 1];
1410 l[2] = t2;
1412 t2 = left[y + 3];
1414 l[4] = t2;
1419 t2 = data[y * 16 + x - 1 + 16];
1421 l[2] = t2;
1423 t2 = data[y * 16 + x - 1 + 48];
1425 l[4] = t2;
1432 t2
1493 u8 t1, t2; local
1525 u8 t1, t2; local
1559 u8 t1, t2, t3, t4; local
[all...]
H A Dh264bsd_deblocking.c2215 u32 t1, t2; local
2218 t2 = bs[i][1];
2221 threshold[i][1] = (t2) ? tc0[indexA][t2] : 0;
2222 t2 = bs[i][3];
2225 threshold[i][3] = (t2) ? tc0[indexA][t2] : 0;
2226 t2 = bs[i][5];
2229 threshold[i][5] = (t2) ? tc0[indexA][t2]
2256 u32 t1, t2, t3, t4; local
2346 u32 t1, t2; local
2371 u32 t1, t2, t3, t4; local
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c136 int t1, t2; local
257 t2 = clock();
258 total += t2 - t1;
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java78 } catch (Throwable t2) {
80 Slog.e(TAG, "Error reporting crash", t2);
335 } catch (Throwable t2) {
336 Slog.e(TAG, "Error reporting WTF", t2);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java345 Throwable t2 = t;
346 while (t2.getCause() != null) {
347 t2 = t.getCause();
350 ERROR_UNKNOWN.createResult(t2.getMessage(), t));
373 Throwable t2 = t;
374 while (t2.getCause() != null) {
375 t2 = t.getCause();
377 return ERROR_UNKNOWN.createResult(t2.getMessage(), t);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java108 long t2 =0;
119 t2=SystemClock.uptimeMillis();
126 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1));
133 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0))
167 long t2 =0;
181 t2=SystemClock.uptimeMillis();
187 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1));
195 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0)
206 long t2=0;
216 t2
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp695 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2)
707 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) -
731 int32_t t2 = v2->texture[i].T; local
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
751 t2 *= height;
754 itt[7] = -lerp.iteratorsScale(itt+3, t0, t1, t2);
788 int32_t t2 = v2->texture[i].T; local
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
808 t2 *= height;
816 t2
694 compute_lod(ogles_context_t* c, int i, int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2) argument
[all...]
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp123 uint64_t t2 = getTime(); local
124 double delta = ((double)(t2 - gTime)) / 1000000000;
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DR4R8First_v5.s163 sub r0, r0, r4 @ t2 = (r0 - r2)
188 sub r5, r11, r0 @ buf[ 5] = i5 - t2@
191 add r11, r11, r0 @ buf[13] = i5 + t2@
/frameworks/base/core/java/android/widget/
H A DOverScroller.java940 final float t2 = t * t;
942 distance = sign * mOver * (3.0f * t2 - 2.0f * t * t2);
943 mCurrVelocity = sign * mOver * 6.0f * (- t + t2);
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java310 long t2 = java.lang.System.currentTimeMillis();
311 mTiming[mTimingSlot++] = t2 - t1;
/frameworks/base/location/java/android/location/
H A DLocation.java328 double t2 = cosU1 * sinU2 - sinU1 * cosU2 * cosLambda;
329 double sinSqSigma = t1 * t1 + t2 * t2; // (14)
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DR4R8First_v7.s64 VSUB.S32 Q5, Q2, Q3 @ t2 = (r0 - r2) >> 1@t3 = (i0 - i2) >> 1@r0 = r1 - i3@i2 = i1 - r3@

Completed in 4721 milliseconds

12