HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
levinson.c 121 Word32 t0, t1, t2; /* temporary variable */ local
132 t0 = Div_32(t2, Rh[0], Rl[0]); /* R[1]/R[0] in Q31 */
134 t0 = -t0; /* -R[1]/R[0] */
136 Kh = t0 >> 16;
137 Kl = (t0 & 0xffff)>>1;
139 t0 = (t0 >> 4); /* A[1] in Q27 */
141 Ah[1] = t0 >> 16;
142 Al[1] = (t0 & 0xffff)>>1;
    [all...]
az_isp.c 71 Word32 t0; local
89 t0 = a[i] << 15;
90 f1[i] = vo_round(t0 + (a[M - i] << 15)); /* =(a[i]+a[M-i])/2 */
91 f2[i] = vo_round(t0 - (a[M - i] << 15)); /* =(a[i]-a[M-i])/2 */
155 t0 = x * y;
156 t0 = (t0 >> (19 - exp));
157 y = vo_extract_l(t0); /* y= (xhigh-xlow)/(yhigh-ylow) in Q11 */
160 t0 = ylow * y; /* result in Q26 */
161 t0 = (t0 >> 10); /* result in Q15 */
218 Word32 t0; local
    [all...]
isp_az.c 49 Word32 t0; local
94 t0 = Mpy_32_16(hi, lo, isp[m - 1]);
95 f1[i] = vo_L_add(f1[i], t0);
101 t0 = Mpy_32_16(hi, lo, isp[m - 1]);
102 f2[i] = vo_L_sub(f2[i], t0);
117 t0 = vo_L_add(f1[i], f2[i]); /* f1[i] + f2[i] */
118 tmax |= L_abs(t0);
119 a[i] = (Word16)(vo_L_shr_r(t0, 12)); /* from Q23 to Q12 and * 0.5 */
123 t0 = vo_L_sub(f1[i], f2[i]); /* f1[i] - f2[i] */
124 tmax |= L_abs(t0);
189 Word32 i, j, t0; local
220 Word32 i, j, t0; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
isp_az.cpp 144 int32 t0; local
189 t0 = f1[i];
191 t0 = fxp_mul32_by_16b(t0, isp[m - 1]) << 1;
193 f1[i] += t0;
211 t0 = add_int32(f1[i], f2[i]); /* f1[i] + f2[i] */
212 /* compute t1 = abs(t0) */
213 t1 = t0 - (t0 < 0);
218 a[i] = (int16)((t0 >> 12) + ((t0 >> 11) & 1))
337 int32 t0; local
374 int32 t0; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
levinson.cpp 482 Word32 t0, t1, t2; // temporary variable
488 t0 = Div_32 (t2, Rh[0], Rl[0]); // R[1]/R[0]
490 t0 = L_negate (t0); // -R[1]/R[0]
491 L_Extract (t0, &Kh, &Kl); // K in DPF
493 rc[0] = pv_round (t0);
495 t0 = L_shr (t0, 4); // A[1] in
496 L_Extract (t0, &Ah[1], &Al[1]); // A[1] in DPF
500 t0 = Mpy_32 (Kh, Kl, Kh, Kl); // K*
654 register Word32 t0; \/* temporary variable *\/ local
    [all...]
hp_max.cpp 138 Word32 max, t0, t1;
143 t0 = 0L;
151 t0 = L_sub (L_sub(L_shl(corr[-i], 1), corr[-i-1]), corr[-i+1]);
152 t0 = L_abs (t0);
154 if (L_sub (t0, max) >= 0)
156 max = t0;
163 t0 = 0L;
166 t0 = L_mac (t0, *p, *p1)
249 Word32 max, t0, t1; local
    [all...]
pitch_ol.cpp 205 Word32 max, t0;
223 t0 = 0;
227 t0 = L_mac (t0, *p, *p);
235 *r0 = t0;
238 vad_tone_detection (vadSt, max, t0);
242 t0 = Inv_sqrt (t0);
246 t0 = L_shl (t0, 1)
326 Word32 t0; local
961 Word32 t0; local
    [all...]
p_ol_wgh.cpp 45 Description: t0 was not being declared as Word32.
482 Word32 max, t0;
496 t0 = corr[-i];
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
504 L_Extract (t0, &t0_h, &t0_l);
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
509 if (L_sub (t0, max) >= 0)
511 max = t0;
518 t0 = 0;
523 t0 = L_mac (t0, *p, *p1)
591 Word32 t0; local
878 Word32 t0; local
    [all...]
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 5 uint32_t n, uint32_t p, uint32_t t0, uint32_t t1);
16 uint32_t t0; local
18 sscanf(argv[1], "%08x:%08x_%08x_%08x", &p, &n, &t0, &t1);
19 ggl_test_codegen(n, p, t0, t1);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
ex_ctrl.cpp 162 Word32 t0; local
194 t0 = L_mult(avgEnergy, excEnergy, pOverflow);
195 t0 = L_shr(t0, sub(20, exp, pOverflow), pOverflow);
196 /* const=30 for t0 in Q0, 20 for Q10 */
197 if (t0 > 32767)
199 t0 = 32767; /* saturate */
201 scaleFactor = extract_l(t0);
212 t0 = L_mult(scaleFactor, excitation[i], pOverflow);
213 t0 = L_shr(t0, 11, pOverflow)
    [all...]
  /external/webkit/WebCore/platform/graphics/
UnitBezier.h 65 double t0; local
84 t0 = 0.0;
88 if (t2 < t0)
89 return t0;
93 while (t0 < t1) {
98 t0 = t2;
101 t2 = (t1 - t0) * .5 + t0;
  /external/openssl/crypto/sha/asm/
sha512-armv4.pl 37 $t0="r9";
63 mov $t0,$Elo,lsr#14
65 eor $t0,$t0,$Ehi,lsl#18
67 eor $t0,$t0,$Elo,lsr#18
69 eor $t0,$t0,$Ehi,lsl#14
71 eor $t0,$t0,$Ehi,lsr#
    [all...]
sha256-armv4.pl 19 $ctx="r0"; $t0="r0";
47 ldrb $t0,[$inp],#4
50 orr $T1,$T1,$t0,lsl#24
56 mov $t0,$e,ror#$Sigma1[0]
57 eor $t0,$t0,$e,ror#$Sigma1[1]
58 eor $t0,$t0,$e,ror#$Sigma1[2] @ Sigma1(e)
59 add $T1,$T1,$t0
69 orr $t0,$a,$
    [all...]
sha1-s390x.pl 40 $t0="%r10";
84 lr $t0,$d
85 xr $t0,$c
87 nr $t0,$b
89 xr $t0,$d
91 alr $e,$t0
103 lr $t0,$b
105 xr $t0,$c
107 xr $t0,$d
109 alr $e,$t0
    [all...]
sha1-armv4-large.pl 54 $t0="r9";
66 ldrb $t0,[$inp],#4
71 orr $t0,$t1,$t0,lsl#8
73 orr $t0,$t2,$t0,lsl#8
75 orr $t0,$t3,$t0,lsl#8
76 add $e,$e,$t0 @ E+=X[i]
77 str $t0,[$Xi,#-4]
    [all...]
sha1-ppc.pl 54 $t0 ="r15";
79 and $t0,$c,$b
83 or $t0,$t0,$t1
84 add $f,$f,$t0
91 and $t0,$c,$b
96 or $t0,$t0,$t1
98 add $f,$f,$t0
111 xor $t0,$b,$
    [all...]
sha1-thumb.pl 28 $t0="r0";
44 sub $t0,#4
45 ldr $t1,[$t0]
169 ldmia $t0!,{$a,$b,$c,$d,$e} @ $t0 is r0 and holds ctx
170 mov $t0,$Xi
173 mov $t1,$t0
181 cmp $Xi,$t0
185 mov $t1,$t0
193 cmp $Xi,$t0
    [all...]
sha512-ia64.pl 121 s0=r26; s1=r27; t0=r28; t1=r29;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
217 mux2 $t0=A,0x44 };; // copy lower half to upper
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
467 _rotr r10=$t0,$Sigma0[0] } // ROTR(a,28)
471 _rotr r11=$t0,$Sigma0[1] } // ROTR(a,34)
475 _rotr r8=$t0,$Sigma0[2] } // ROTR(a,39)
507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 46 Word32 t0,t1,t2,t3,i; local
60 t0= values[i+0];
67 bc1_2 = bc1_2 + EXPAND(huff_ltab1_2[t0+1][t1+1][t2+1][t3+1]);
70 bc5_6 = bc5_6 + EXPAND(huff_ltab5_6[t0+4][t1+4]);
73 t0=ABS(t0);
79 bc3_4 = bc3_4 + EXPAND(huff_ltab3_4[t0][t1][t2][t3]);
81 bc7_8 = bc7_8 + EXPAND(huff_ltab7_8[t0][t1]);
84 bc9_10 = bc9_10 + EXPAND(huff_ltab9_10[t0][t1]);
87 bc11 = bc11 + huff_ltab11[t0][t1]
122 Word32 t0,t1,t2,t3, i; local
197 Word32 t0,t1,i; local
253 Word32 t0,t1, i; local
302 Word32 t0,t1,i; local
349 Word32 t0,t1,i; local
390 Word32 t0,t1,t00,t01,i; local
498 Word32 i, t0, t1, t2, t3, t00, t01; local
    [all...]
  /external/openssl/crypto/des/
qud_cksm.c 79 DES_LONG z0,z1,t0,t1; local
107 t0= (DES_LONG)(*(cp++));
108 t0|=(DES_LONG)Q_B1(*(cp++));
112 t0= (DES_LONG)(*(cp++));
115 t0+=z0;
116 t0&=0xffffffffL;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL;
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 200 Word32 t0;
216 t0 = Mpy_32_16 (hi, lo, *lsp); // t0 = f[-1] * lsp
217 t0 = L_shl (t0, 1);
219 *f = L_sub (*f, t0); // *f -= t0
262 Word32 t0; local
280 t0 = ((Word32)hi * *lsp);
281 t0 += ((Word32)lo * *lsp) >> 15
519 Word32 t0; local
    [all...]
az_lsp.cpp 176 Word32 t0;
186 t0 = L_mult (x, 512); // 2*x
187 t0 = L_mac (t0, f[1], 8192); // + f[1]
188 L_Extract (t0, &b1_h, &b1_l); // b1 = 2*x + f[1]
192 t0 = Mpy_32_16 (b1_h, b1_l, x); // t0 = 2.0*x*b1
193 t0 = L_shl (t0, 1);
194 t0 = L_mac (t0, b2_h, (Word16) 0x8000); // t0 = 2.0*x*b1 - b
250 Word32 t0; local
    [all...]
  /system/extras/tests/bionic/libc/other/
bench_locks.c 16 double t0, t1; local
23 t0 = now();
28 t1 = now() - t0;
  /external/qemu/tcg/
tcg-op.h 433 TCGv_i32 t0 = tcg_const_i32(arg2); local
434 tcg_gen_add_i32(ret, arg1, t0);
435 tcg_temp_free_i32(t0);
446 TCGv_i32 t0 = tcg_const_i32(arg1); local
447 tcg_gen_sub_i32(ret, t0, arg2);
448 tcg_temp_free_i32(t0);
457 TCGv_i32 t0 = tcg_const_i32(arg2); local
458 tcg_gen_sub_i32(ret, arg1, t0);
459 tcg_temp_free_i32(t0);
480 TCGv_i32 t0 = tcg_const_i32(arg2) local
503 TCGv_i32 t0 = tcg_const_i32(arg2); local
524 TCGv_i32 t0 = tcg_const_i32(arg2); local
540 TCGv_i32 t0 = tcg_const_i32(arg2); local
556 TCGv_i32 t0 = tcg_const_i32(arg2); local
572 TCGv_i32 t0 = tcg_const_i32(arg2); local
587 TCGv_i32 t0 = tcg_const_i32(arg2); local
601 TCGv_i32 t0 = tcg_const_i32(arg2); local
613 TCGv_i32 t0 = tcg_const_i32(arg2); local
641 TCGv_i32 t0; local
650 TCGv_i32 t0; local
659 TCGv_i32 t0; local
668 TCGv_i32 t0; local
879 TCGv_i64 t0; local
1016 TCGv_i64 t0 = tcg_const_i64(arg2); local
1032 TCGv_i64 t0 = tcg_const_i64(arg2); local
1048 TCGv_i64 t0 = tcg_const_i64(arg2); local
1063 TCGv_i64 t0 = tcg_const_i64(arg2); local
1079 TCGv_i64 t0 = tcg_const_i64(arg2); local
1095 TCGv_i64 t0 = tcg_const_i64(arg2); local
1141 TCGv_i64 t0; local
1150 TCGv_i64 t0; local
1159 TCGv_i64 t0; local
1168 TCGv_i64 t0; local
1184 TCGv_i64 t0 = tcg_const_i64(arg2); local
1192 TCGv_i64 t0 = tcg_const_i64(arg1); local
1203 TCGv_i64 t0 = tcg_const_i64(arg2); local
1211 TCGv_i64 t0 = tcg_const_i64(arg2); local
1219 TCGv_i64 t0 = tcg_const_i64(arg2); local
1226 TCGv_i64 t0 = tcg_const_i64(arg2); local
1385 TCGv_i32 t0, t1; local
1392 tcg_gen_mov_i32(TCGV_HIGH(ret), t0); local
1788 TCGv_i32 t0 = tcg_const_i32(arg2); local
1811 TCGv_i64 t0 = tcg_const_i64(arg2); local
    [all...]
  /development/tools/axl/
chewperf.py 32 t0 = None
37 if not t0: t0 = chewed[1]
38 tm = chewed[1] - t0
54 t0 = chewed[0][1]
56 chewed = [[x[1] - t0, x[0]] for x in chewed]
58 totalTime = tLast - t0

Completed in 3796 milliseconds

1 2 3 4 5