Searched defs:t2 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/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/base/media/libstagefright/codecs/aacdec/
H A Dfft_rx4_long.cpp205 Int32 t2; local
258 t2 = temp3 - temp4;
268 *pData3-- = (s2 - t2);
269 *pData4-- = (s2 + t2);
327 t2 = temp3 - temp4;
333 r3 = (r2 - t2) << 1;
336 r2 = (r2 + t2) << 1;
374 t2 = temp1 - temp2;
393 s3 = (s2 + t2);
394 s2 = (s2 - t2);
[all...]
H A Dfft_rx4_short.cpp208 Int32 t2; local
280 t2 = temp3 - temp4;
304 *pData4-- = (s2 + t2) >> exp;
307 *pData3-- = (s2 - t2) >> exp;
340 t2 = temp3 - temp4;
353 s3 = (s2 + t2) >> exp;
354 s2 = (s2 - t2) >> exp;
362 t2 = temp3 - temp4;
371 r3 = ((r2 - t2) >> exp);
372 r2 = ((r2 + t2) >> ex
[all...]
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dutuple.h122 inline bool operator== (const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
125 if (t1[i] != t2[i])
131 inline bool operator< (const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
133 for (uoff_t i = 0; i < N && t1[i] <= t2[i]; ++ i)
134 if (t1[i] < t2[i])
140 inline const tuple<N,T1>& operator+= (tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
141 { for (uoff_t i = 0; i < N; ++ i) t1[i] = T1(t1[i] + t2[i]); return (t1); }
144 inline const tuple<N,T1>& operator-= (tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
145 { for (uoff_t i = 0; i < N; ++ i) t1[i] = T1(t1[i] - t2[i]); return (t1); }
148 inline const tuple<N,T1>& operator*= (tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
152 operator /=(tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
156 operator +(const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
164 operator -(const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
172 operator *(const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
180 operator /(const tuple<N,T1>& t1, const tuple<N,T2>& t2) argument
[all...]
/frameworks/base/awt/java/awt/geom/
H A DAffineTransform.java762 * @param t2
765 * the matrix t2.
767 AffineTransform multiply(AffineTransform t1, AffineTransform t2) { argument
768 return new AffineTransform(t1.m00 * t2.m00 + t1.m10 * t2.m01, // m00
769 t1.m00 * t2.m10 + t1.m10 * t2.m11, // m01
770 t1.m01 * t2.m00 + t1.m11 * t2.m01, // m10
771 t1.m01 * t2
[all...]
/frameworks/base/opengl/libagl/
H A Dcopybit.cpp512 const vec4_t& t2 = c->vc.vBuffer[2].texture[0]; local
514 int txl = min(t0.x, t2.x);
515 int txb = min(t0.y, t2.y);
516 int txr = max(t0.x, t2.x);
517 int txt = max(t0.y, t2.y);
539 const int ds02 = t2.S - t0.S;
541 const int dt02 = t2.T - t0.T;
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/base/opengl/tests/angeles/
H A Ddemo.c231 float t2 = -PI + (longitude + 1) * 2 * PI / resol1; local
238 r2 = ssFunc(t2, params);
250 superShapeMap(&pb, r2, r1, t2, p1);
251 superShapeMap(&pc, r2, r3, t2, p2);

Completed in 13 milliseconds